SeriesRenamed should trigger AfterRename

This commit is contained in:
Mark McDowall 2013-07-18 20:17:21 -07:00
parent 32933ef1c0
commit c6d82bf98b
1 changed files with 1 additions and 1 deletions

View File

@ -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)
); );
} }
} }