mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07: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 @@ namespace NzbDrone.Core.Jobs
|
||||||
TypeName = typeof(HousekeepingCommand).FullName
|
TypeName = typeof(HousekeepingCommand).FullName
|
||||||
},
|
},
|
||||||
|
|
||||||
|
new ScheduledTask
|
||||||
|
{
|
||||||
|
Interval = 24 * 60,
|
||||||
|
TypeName = typeof(CleanUpRecycleBinCommand).FullName
|
||||||
|
},
|
||||||
|
|
||||||
new ScheduledTask
|
new ScheduledTask
|
||||||
{
|
{
|
||||||
Interval = GetBackupInterval(),
|
Interval = GetBackupInterval(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue