浏览代码

minor changes

nyanmisaka 4 年之前
父节点
当前提交
f1e129f17a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jellyfin.Api/Controllers/VideoHlsController.cs

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

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