mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
SeriesRenamed should trigger AfterRename
This commit is contained in:
@@ -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)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user