mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Fixed: Actually run Recycle Bin cleanup
(cherry picked from commit 84e6674e239fdf8deea7bc7fb7f545b8e4425e6f)
This commit is contained in:
parent
8e01ba5f21
commit
1660e3c20b
1 changed files with 6 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue