diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-03-26 12:20:29 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-03-26 12:20:29 -0600 |
| commit | 96a03776e1d85e9b0bbb67c6c2398a46c65693da (patch) | |
| tree | 52c95b3e88163ed0601615727b4952ec386df9fa /Jellyfin.Api/Helpers/TranscodingJobHelper.cs | |
| parent | 4fa7f49ffc6cec2a5be3cf9e5ff0fb727815e6b1 (diff) | |
Fix TranscodeReasons property name
Diffstat (limited to 'Jellyfin.Api/Helpers/TranscodingJobHelper.cs')
| -rw-r--r-- | Jellyfin.Api/Helpers/TranscodingJobHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Helpers/TranscodingJobHelper.cs b/Jellyfin.Api/Helpers/TranscodingJobHelper.cs index da3c1530c..416418dc6 100644 --- a/Jellyfin.Api/Helpers/TranscodingJobHelper.cs +++ b/Jellyfin.Api/Helpers/TranscodingJobHelper.cs @@ -480,7 +480,7 @@ namespace Jellyfin.Api.Helpers IsAudioDirect = EncodingHelper.IsCopyCodec(state.OutputAudioCodec), IsVideoDirect = EncodingHelper.IsCopyCodec(state.OutputVideoCodec), HardwareAccelerationType = hardwareAccelerationType, - TranscodeReason = state.TranscodeReason + TranscodeReasons = state.TranscodeReasons }); } } |
