Added: Radarr_Download_Id and Radarr_Download_Client to the environment (#3276)

Fixes #3232
This commit is contained in:
Logan
2019-05-02 06:52:33 -04:00
committed by Leonardo Galli
parent f411903e90
commit cc44d022b3
3 changed files with 9 additions and 3 deletions
@@ -1,4 +1,4 @@
using NzbDrone.Core.Parser.Model;
using NzbDrone.Core.Parser.Model;
using NzbDrone.Core.Qualities;
using NzbDrone.Core.Movies;
@@ -9,7 +9,9 @@ namespace NzbDrone.Core.Notifications
public string Message { get; set; }
public Movie Movie { get; set; }
public RemoteMovie RemoteMovie { get; set; }
public QualityModel Quality { get; set; }
public QualityModel Quality { get; set; }
public string DownloadClient { get; set; }
public string DownloadId { get; set; }
public override string ToString()
{