diff --git a/src/NzbDrone.Core/Jobs/TaskManager.cs b/src/NzbDrone.Core/Jobs/TaskManager.cs index 57fdcc622..bb948ba44 100644 --- a/src/NzbDrone.Core/Jobs/TaskManager.cs +++ b/src/NzbDrone.Core/Jobs/TaskManager.cs @@ -108,6 +108,12 @@ namespace NzbDrone.Core.Jobs TypeName = typeof(HousekeepingCommand).FullName }, + new ScheduledTask + { + Interval = 24 * 60, + TypeName = typeof(CleanUpRecycleBinCommand).FullName + }, + new ScheduledTask { Interval = GetBackupInterval(),