diff --git a/NzbDrone.Core/Notifications/NotificationService.cs b/NzbDrone.Core/Notifications/NotificationService.cs index fecb528c8..ac2916086 100644 --- a/NzbDrone.Core/Notifications/NotificationService.cs +++ b/NzbDrone.Core/Notifications/NotificationService.cs @@ -168,7 +168,7 @@ namespace NzbDrone.Core.Notifications .ToList() .ForEach(notification => notification.Instance - .OnDownload(message.Series.Title, message.Series) + .AfterRename(message.Series) ); } }