mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-14 04:53:02 +03:00
Convert TranscodeReason to Flags
This commit is contained in:
committed by
Cody Robibero
parent
a3057afde8
commit
d871dded9f
@@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user