mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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)))
|
if (videos.All(i => i.Files.Count == 1 && IsEligibleForMultiVersion(folderName, i.Files[0].Path)))
|
||||||
{
|
{
|
||||||
// Enforce the multi-version limit
|
|
||||||
if (HaveSameYear(videos))
|
if (HaveSameYear(videos))
|
||||||
{
|
{
|
||||||
var ordered = videos.OrderBy(i => i.Name).ToList();
|
var ordered = videos.OrderBy(i => i.Name).ToList();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user