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}}