1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Add release info to webhook/custom script import events

Closes #5503
This commit is contained in:
Mark McDowall
2023-04-02 13:26:49 -07:00
parent f59276881a
commit f4130d96e5
12 changed files with 119 additions and 42 deletions
@@ -157,7 +157,8 @@ namespace NzbDrone.Core.Notifications
OldFiles = message.OldFiles,
SourcePath = message.EpisodeInfo.Path,
DownloadClientInfo = message.DownloadClientInfo,
DownloadId = message.DownloadId
DownloadId = message.DownloadId,
Release = message.EpisodeInfo.Release
};
foreach (var notification in _notificationFactory.OnDownloadEnabled())