Browse Source

Remove limit comment

Claus Vium 6 năm trước cách đây
mục cha
commit
566646ad8b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Emby.Naming/Video/VideoListResolver.cs

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

@@ -183,7 +183,6 @@ namespace Emby.Naming.Video
             {
                 if (videos.All(i => i.Files.Count == 1 && IsEligibleForMultiVersion(folderName, i.Files[0].Path)))
                 {
-                    // Enforce the multi-version limit
                     if (HaveSameYear(videos))
                     {
                         var ordered = videos.OrderBy(i => i.Name).ToList();