Show download client and download client id in history details

This commit is contained in:
Mark McDowall 2014-04-06 21:07:55 -07:00
parent 0a17630c5a
commit 8b9ea9817a
2 changed files with 10 additions and 1 deletions

View File

@ -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
{

View File

@ -31,6 +31,16 @@
<dt>Info:</dt>
<dd><a href="{{nzbInfoUrl}}">{{nzbInfoUrl}}</a></dd>
{{/if}}
{{#if downloadClient}}
<dt>Download Client:</dt>
<dd>{{downloadClient}}</dd>
{{/if}}
{{#if downloadClientId}}
<dt>Download Client ID:</dt>
<dd>{{downloadClientId}}</dd>
{{/if}}
{{/with}}
</dl>
{{/if_eq}}