1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02: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)
);
}
}