crobibero hace 4 años
padre
commit
20251e670f
Se han modificado 1 ficheros con 2 adiciones y 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();
                 }