From 8b9ea9817a4f2325429ea610dac9609b98889ec2 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 6 Apr 2014 21:07:55 -0700 Subject: [PATCH] Show download client and download client id in history details --- src/NzbDrone.Core/Download/DownloadApprovedReports.cs | 1 - src/UI/History/Details/HistoryDetailsViewTemplate.html | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/DownloadApprovedReports.cs b/src/NzbDrone.Core/Download/DownloadApprovedReports.cs index 1added8cc..1c8ef160b 100644 --- a/src/NzbDrone.Core/Download/DownloadApprovedReports.cs +++ b/src/NzbDrone.Core/Download/DownloadApprovedReports.cs @@ -4,7 +4,6 @@ using System.Linq; using NLog; using NzbDrone.Core.DecisionEngine.Specifications; using NzbDrone.Core.Qualities; -using NzbDrone.Core.Tv; namespace NzbDrone.Core.Download { diff --git a/src/UI/History/Details/HistoryDetailsViewTemplate.html b/src/UI/History/Details/HistoryDetailsViewTemplate.html index 3df76c8e5..a5232f41d 100644 --- a/src/UI/History/Details/HistoryDetailsViewTemplate.html +++ b/src/UI/History/Details/HistoryDetailsViewTemplate.html @@ -31,6 +31,16 @@
Info:
{{nzbInfoUrl}}
{{/if}} + + {{#if downloadClient}} +
Download Client:
+
{{downloadClient}}
+ {{/if}} + + {{#if downloadClientId}} +
Download Client ID:
+
{{downloadClientId}}
+ {{/if}} {{/with}} {{/if_eq}}