SeriesRenamed should trigger AfterRename

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

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

Loading…
Cancel
Save