1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-03 10:06:06 +00:00

Fixed: Actually run Recycle Bin cleanup

(cherry picked from commit 84e6674e239fdf8deea7bc7fb7f545b8e4425e6f)
This commit is contained in:
Mark McDowall 2019-10-28 12:42:15 -07:00 committed by Bogdan
parent 8e01ba5f21
commit 1660e3c20b

View file

@ -108,6 +108,12 @@ public void Handle(ApplicationStartedEvent message)
TypeName = typeof(HousekeepingCommand).FullName
},
new ScheduledTask
{
Interval = 24 * 60,
TypeName = typeof(CleanUpRecycleBinCommand).FullName
},
new ScheduledTask
{
Interval = GetBackupInterval(),