1
0
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:
adnanklink
2017-10-29 13:19:30 -05:00
committed by Leonardo Galli
parent d0174c7b7b
commit cb857934c4
5 changed files with 16 additions and 7 deletions
@@ -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())
{