diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-12-13 08:22:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-13 08:22:17 +0100 |
| commit | 5c3d0b5510f7c96813bb45acad2452d62fc523b1 (patch) | |
| tree | 4b019091c8f77c7bd0f4dbbe09707de9338f7c2b | |
| parent | 3a4e7fb075b2dec5f87a2a50c85cd35f9fd6fd66 (diff) | |
Update Emby.Naming/Video/ExtraResolver.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | Emby.Naming/Video/ExtraResolver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Video/ExtraResolver.cs b/Emby.Naming/Video/ExtraResolver.cs index 8dab084f6..0cf77327c 100644 --- a/Emby.Naming/Video/ExtraResolver.cs +++ b/Emby.Naming/Video/ExtraResolver.cs @@ -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 |
