mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Optionally disable notifications for upgraded episode files
This commit is contained in:
@@ -80,6 +80,11 @@ namespace NzbDrone.Core.Notifications
|
||||
{
|
||||
try
|
||||
{
|
||||
if (downloadMessage.OldFiles.Any() && !((NotificationDefinition) notification.Definition).OnUpgrade)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
notification.OnDownload(downloadMessage);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user