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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user