mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
fix case sensitive file names
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
NotEquals = 1,
|
||||
LessThanEqual = 2,
|
||||
GreaterThanEqual = 3,
|
||||
SubstringOf = 4
|
||||
EqualsAny = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user