mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Added: Download_Id to On Download/On Upgrade (#2229)
This commit is contained in:
committed by
Leonardo Galli
parent
d0174c7b7b
commit
cb857934c4
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using NLog;
|
||||
@@ -221,6 +221,7 @@ namespace NzbDrone.Core.Notifications
|
||||
downloadMessage.OldFiles = null;
|
||||
downloadMessage.OldMovieFiles = message.OldFiles;
|
||||
downloadMessage.SourcePath = message.Movie.Path;
|
||||
downloadMessage.DownloadId = message.DownloadId;
|
||||
|
||||
foreach (var notification in _notificationFactory.OnDownloadEnabled())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user