mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update Emby.Naming/Video/ExtraResolver.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
3a4e7fb075
commit
5c3d0b5510
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ namespace Emby.Naming.Video
|
|||
continue;
|
||||
}
|
||||
|
||||
var currentFile = files[pos].Files[0];
|
||||
var currentFile = current.Files[0];
|
||||
var trimmedCurrentFileName = TrimFilenameDelimiters(currentFile.Name, videoFlagDelimiters);
|
||||
|
||||
// first check filenames
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue