mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
SeriesRenamed should trigger AfterRename
This commit is contained in:
@@ -168,7 +168,7 @@ namespace NzbDrone.Core.Notifications
|
||||
.ToList()
|
||||
.ForEach(notification =>
|
||||
notification.Instance
|
||||
.OnDownload(message.Series.Title, message.Series)
|
||||
.AfterRename(message.Series)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user