mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix a check broken by https://github.com/jellyfin/jellyfin/pull/2105
This commit is contained in:
parent
5ce008e02f
commit
ce16651dbd
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user