mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
check video profile with substring
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
Equals = 0,
|
||||
NotEquals = 1,
|
||||
LessThanEqual = 2,
|
||||
GreaterThanEqual = 3
|
||||
GreaterThanEqual = 3,
|
||||
SubstringOf = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user