mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 15:24:10 +01:00
Update Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -88,7 +88,7 @@ public class CleanupCollectionPathsTask : IScheduledTask
|
||||
}
|
||||
}
|
||||
|
||||
if (itemsToRemove.Any())
|
||||
if (itemsToRemove.Count != 0)
|
||||
{
|
||||
_logger.LogDebug("Update Boxset {CollectionName}", collection.Name);
|
||||
collection.LinkedChildren = collection.LinkedChildren.Except(itemsToRemove).ToArray();
|
||||
|
||||
Reference in New Issue
Block a user