SeriesRenamed should trigger AfterRename

This commit is contained in:
Mark McDowall 2013-07-18 20:17:21 -07:00
commit c6d82bf98b

View file

@ -168,7 +168,7 @@ namespace NzbDrone.Core.Notifications
.ToList()
.ForEach(notification =>
notification.Instance
.OnDownload(message.Series.Title, message.Series)
.AfterRename(message.Series)
);
}
}