SeriesRenamed should trigger AfterRename

pull/3113/head
Mark McDowall 11 years ago
parent 32933ef1c0
commit c6d82bf98b

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

Loading…
Cancel
Save