mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Remove TranscodeReason.None, Add JsonFlagEnum tests
This commit is contained in:
@@ -7,8 +7,6 @@ namespace MediaBrowser.Model.Session
|
||||
[Flags]
|
||||
public enum TranscodeReason
|
||||
{
|
||||
None = 0,
|
||||
|
||||
// Primary
|
||||
ContainerNotSupported = 1 << 0,
|
||||
VideoCodecNotSupported = 1 << 1,
|
||||
|
||||
Reference in New Issue
Block a user