diff options
| author | nyanmisaka <nst799610810@gmail.com> | 2020-11-14 03:57:37 +0800 |
|---|---|---|
| committer | nyanmisaka <nst799610810@gmail.com> | 2020-11-14 03:57:37 +0800 |
| commit | f1e129f17afb1ddbea7f1018f81a7af87cbfada7 (patch) | |
| tree | 26734f488ac2caca21db720489541b12c70f2eeb /Jellyfin.Api/Controllers/VideoHlsController.cs | |
| parent | 8c0778e82743d999367ad560aefee636db460afb (diff) | |
minor changes
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/VideoHlsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/VideoHlsController.cs b/Jellyfin.Api/Controllers/VideoHlsController.cs index 7676b2331..7b50b47b1 100644 --- a/Jellyfin.Api/Controllers/VideoHlsController.cs +++ b/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, |
