mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 09:49:00 +00:00
Fixed: Actually run Recycle Bin cleanup
This commit is contained in:
parent
7440ca9ca8
commit
ee91cb99ce
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue