aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/TranscodingJobHelper.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-03-26 14:32:54 -0600
committerGitHub <noreply@github.com>2022-03-26 14:32:54 -0600
commit003c48e3511e27b17831ccdc9a1462e9e85370c7 (patch)
tree52c95b3e88163ed0601615727b4952ec386df9fa /Jellyfin.Api/Helpers/TranscodingJobHelper.cs
parent4fa7f49ffc6cec2a5be3cf9e5ff0fb727815e6b1 (diff)
parent96a03776e1d85e9b0bbb67c6c2398a46c65693da (diff)
Merge pull request #7496 from crobibero/transcode-reason
Diffstat (limited to 'Jellyfin.Api/Helpers/TranscodingJobHelper.cs')
-rw-r--r--Jellyfin.Api/Helpers/TranscodingJobHelper.cs2
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
});
}
}