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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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