diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-02-19 19:44:22 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-02-19 19:44:22 +0100 |
| commit | 566646ad8b079ad09d1adb728d09a0536763beb8 (patch) | |
| tree | 5e76f3886241af69081012935220fee248f9a3aa /Emby.Naming | |
| parent | 6c1ca6f737e63bbc69fb9dbfd5a7e19fd3e55a59 (diff) | |
Remove limit comment
Diffstat (limited to 'Emby.Naming')
| -rw-r--r-- | Emby.Naming/Video/VideoListResolver.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Naming/Video/VideoListResolver.cs b/Emby.Naming/Video/VideoListResolver.cs index 6ffc10516..d5c07ce73 100644 --- a/Emby.Naming/Video/VideoListResolver.cs +++ b/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(); |
