mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
fix SA1508
This commit is contained in:
parent
acd4389653
commit
3d9049ef08
150 changed files with 1 additions and 226 deletions
|
|
@ -920,7 +920,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
var fileParts = _fileSystem.GetFileNameWithoutExtension(f).Split('_');
|
||||
|
||||
return fileParts.Length == 3 && string.Equals(title, fileParts[1], StringComparison.OrdinalIgnoreCase);
|
||||
|
||||
}).ToList();
|
||||
|
||||
// If this resulted in not getting any vobs, just take them all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue