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

Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Tim Eisele
2023-09-18 19:13:33 +02:00
committed by GitHub
parent bce45992d9
commit 151d678b0e

View File

@@ -135,7 +135,6 @@ public class CleanupCollectionAndPlaylistPathsTask : IScheduledTask
ForceSave = true
},
RefreshPriority.High);
}
}