Browse Source

minor changes

nyanmisaka 4 years ago
parent
commit
f1e129f17a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Api/Controllers/VideoHlsController.cs

+ 1 - 1
Jellyfin.Api/Controllers/VideoHlsController.cs

@@ -410,7 +410,7 @@ namespace Jellyfin.Api.Controllers
                     inputModifier,
                     _encodingHelper.GetInputArgument(state, _encodingOptions),
                     threads,
-                    _encodingHelper.GetMapArgs(state),
+                    mapArgs,
                     GetVideoArguments(state),
                     GetAudioArguments(state),
                     maxMuxingQueueSize,