mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-19 03:55:52 -04:00
Add download cleaner and dry run (#58)
This commit is contained in:
@@ -25,8 +25,13 @@ public class NotificationFactory : INotificationFactory
|
||||
.Where(n => n.Config.OnStalledStrike)
|
||||
.ToList();
|
||||
|
||||
public List<INotificationProvider> OnQueueItemDeleteEnabled() =>
|
||||
public List<INotificationProvider> OnQueueItemDeletedEnabled() =>
|
||||
ActiveProviders()
|
||||
.Where(n => n.Config.OnQueueItemDelete)
|
||||
.Where(n => n.Config.OnQueueItemDeleted)
|
||||
.ToList();
|
||||
|
||||
public List<INotificationProvider> OnDownloadCleanedEnabled() =>
|
||||
ActiveProviders()
|
||||
.Where(n => n.Config.OnDownloadCleaned)
|
||||
.ToList();
|
||||
}
|
||||
Reference in New Issue
Block a user