crobibero %!s(int64=4) %!d(string=hai) anos
pai
achega
20251e670f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Emby.Naming/Video/VideoListResolver.cs

+ 2 - 1
Emby.Naming/Video/VideoListResolver.cs

@@ -226,7 +226,8 @@ namespace Emby.Naming.Video
                 {
                     testFilename = cleanName.ToString();
                 }
-                else if (folderName.Length <= testFilename.Length)
+
+                if (folderName.Length <= testFilename.Length)
                 {
                     testFilename = testFilename.Substring(folderName.Length).Trim();
                 }