Remove limit comment

This commit is contained in:
Claus Vium 2019-02-19 19:44:22 +01:00
parent 6c1ca6f737
commit 566646ad8b
1 changed files with 0 additions and 1 deletions

View File

@ -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();