crobibero 4 سال پیش
والد
کامیت
20251e670f
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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();
                 }