Remove limit comment
This commit is contained in:
parent
6c1ca6f737
commit
566646ad8b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user