1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-15 16:29:46 +00:00

SeriesRenamed should trigger AfterRename

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

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