mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-21 12:02:46 +00:00
Fix a check broken by https://github.com/jellyfin/jellyfin/pull/2105
This commit is contained in:
@@ -227,7 +227,7 @@ namespace Emby.Naming.Video
|
||||
}
|
||||
|
||||
return remainingFiles
|
||||
.Where(i => i.ExtraType == null)
|
||||
.Where(i => i.ExtraType != null)
|
||||
.Where(i => baseNames.Any(b =>
|
||||
i.FileNameWithoutExtension.StartsWith(b, StringComparison.OrdinalIgnoreCase)))
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user