2
0
crobibero 4 жил өмнө
parent
commit
20251e670f

+ 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();
                 }