1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +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 @@ public void Handle(SeriesRenamedEvent message)
.ToList()
.ForEach(notification =>
notification.Instance
.OnDownload(message.Series.Title, message.Series)
.AfterRename(message.Series)
);
}
}