1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

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

View File

@ -78,6 +78,7 @@ public void Handle(ApplicationStartedEvent message)
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
{