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…
Reference in New Issue
Block a user