Remove TranscodeReason.None, Add JsonFlagEnum tests

This commit is contained in:
Cody Robibero
2022-03-05 13:58:21 -07:00
parent c331e11c24
commit bbd5d11d3b
6 changed files with 96 additions and 70 deletions

View File

@@ -7,8 +7,6 @@ namespace MediaBrowser.Model.Session
[Flags]
public enum TranscodeReason
{
None = 0,
// Primary
ContainerNotSupported = 1 << 0,
VideoCodecNotSupported = 1 << 1,