Fixed: Actually run Recycle Bin cleanup

This commit is contained in:
Devin Buhl 2019-11-04 14:52:08 -05:00
parent 7440ca9ca8
commit ee91cb99ce
1 changed files with 1 additions and 0 deletions

View File

@ -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
{