From ee91cb99ced591ff611fde31608ceb0fc278cb08 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Mon, 4 Nov 2019 14:52:08 -0500 Subject: [PATCH] Fixed: Actually run Recycle Bin cleanup --- src/NzbDrone.Core/Jobs/TaskManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Jobs/TaskManager.cs b/src/NzbDrone.Core/Jobs/TaskManager.cs index a0bc16dc9..be1467962 100644 --- a/src/NzbDrone.Core/Jobs/TaskManager.cs +++ b/src/NzbDrone.Core/Jobs/TaskManager.cs @@ -78,6 +78,7 @@ namespace NzbDrone.Core.Jobs new ScheduledTask{ Interval = 6*60, TypeName = typeof(CheckHealthCommand).FullName}, new ScheduledTask{ Interval = 24*60, TypeName = typeof(RefreshMovieCommand).FullName}, new ScheduledTask{ Interval = 24*60, TypeName = typeof(HousekeepingCommand).FullName}, + new ScheduledTask{ Interval = 24*60, TypeName = typeof(CleanUpRecycleBinCommand).FullName}, new ScheduledTask {