浏览代码

Update Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs

Co-authored-by: Bond-009 <bond.009@outlook.com>
Tim Eisele 1 年之前
父节点
当前提交
61a49e94c4

+ 0 - 1
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs

@@ -136,7 +136,6 @@ public class CleanupCollectionAndPlaylistPathsTask : IScheduledTask
                 },
                 RefreshPriority.High);
 
-            itemsToRemove.Clear();
         }
     }