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:
parent
32933ef1c0
commit
c6d82bf98b
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ public void Handle(SeriesRenamedEvent message)
|
|||
.ToList()
|
||||
.ForEach(notification =>
|
||||
notification.Instance
|
||||
.OnDownload(message.Series.Title, message.Series)
|
||||
.AfterRename(message.Series)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue