SeriesRenamed should trigger AfterRename
This commit is contained in:
parent
32933ef1c0
commit
c6d82bf98b
|
@ -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)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue