diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-03-12 09:08:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-12 09:08:25 -0700 |
| commit | e6df698df1335d62492caeb88e162605046c8400 (patch) | |
| tree | 4b71661281823129d898be50df45e6339e94eeaf /Jellyfin.Api/Helpers/TranscodingJobHelper.cs | |
| parent | 8ddcdc7430d198d736c415a9beadd2ba9f128141 (diff) | |
| parent | 3ea4174d12cdb14bc7cbe693147d42bc45aaabb0 (diff) | |
Merge pull request #7325 from eyezak/issue/6450
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 c8762b7c5..49a394868 100644 --- a/Jellyfin.Api/Helpers/TranscodingJobHelper.cs +++ b/Jellyfin.Api/Helpers/TranscodingJobHelper.cs @@ -479,7 +479,7 @@ namespace Jellyfin.Api.Helpers IsAudioDirect = EncodingHelper.IsCopyCodec(state.OutputAudioCodec), IsVideoDirect = EncodingHelper.IsCopyCodec(state.OutputVideoCodec), HardwareAccelerationType = hardwareAccelerationType, - TranscodeReasons = state.TranscodeReasons + TranscodeReason = state.TranscodeReason }); } } |
