mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
resolve mixed folder detection
This commit is contained in:
@@ -95,11 +95,6 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
if (BaseItem.ExtraSuffixes.Any(i => filename.IndexOf(i.Key, StringComparison.OrdinalIgnoreCase) != -1))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Ignore samples
|
||||
|
||||
Reference in New Issue
Block a user