aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Eisele <Shadowghost@users.noreply.github.com>2023-09-17 14:13:25 +0200
committerGitHub <noreply@github.com>2023-09-17 14:13:25 +0200
commit61a49e94c4753eb8dbc421530656962f4a7a33c8 (patch)
tree163958a660d799a1cc64ac4102a7b09ab619a36f
parentfccea4625d29feb1b91345c6b944e5dc6f062a85 (diff)
Update Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
-rw-r--r--Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs
index e5af22b31..91f3c435c 100644
--- a/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs
+++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs
@@ -136,7 +136,6 @@ public class CleanupCollectionAndPlaylistPathsTask : IScheduledTask
},
RefreshPriority.High);
- itemsToRemove.Clear();
}
}