mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
Convert TranscodeReason to Flags
This commit is contained in:
committed by
Cody Robibero
parent
a3057afde8
commit
d871dded9f
@@ -109,7 +109,7 @@ namespace MediaBrowser.Model.Dto
|
||||
public int? AnalyzeDurationMs { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public TranscodeReason[] TranscodeReasons { get; set; }
|
||||
public TranscodeReason TranscodeReasons { get; set; }
|
||||
|
||||
public int? DefaultAudioStreamIndex { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user