mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-07 04:30:17 -05:00
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…
x
Reference in New Issue
Block a user