mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Show download client and download client id in history details
This commit is contained in:
@@ -4,7 +4,6 @@ using System.Linq;
|
|||||||
using NLog;
|
using NLog;
|
||||||
using NzbDrone.Core.DecisionEngine.Specifications;
|
using NzbDrone.Core.DecisionEngine.Specifications;
|
||||||
using NzbDrone.Core.Qualities;
|
using NzbDrone.Core.Qualities;
|
||||||
using NzbDrone.Core.Tv;
|
|
||||||
|
|
||||||
namespace NzbDrone.Core.Download
|
namespace NzbDrone.Core.Download
|
||||||
{
|
{
|
||||||
|
@@ -31,6 +31,16 @@
|
|||||||
<dt>Info:</dt>
|
<dt>Info:</dt>
|
||||||
<dd><a href="{{nzbInfoUrl}}">{{nzbInfoUrl}}</a></dd>
|
<dd><a href="{{nzbInfoUrl}}">{{nzbInfoUrl}}</a></dd>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{#if downloadClient}}
|
||||||
|
<dt>Download Client:</dt>
|
||||||
|
<dd>{{downloadClient}}</dd>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
{{#if downloadClientId}}
|
||||||
|
<dt>Download Client ID:</dt>
|
||||||
|
<dd>{{downloadClientId}}</dd>
|
||||||
|
{{/if}}
|
||||||
{{/with}}
|
{{/with}}
|
||||||
</dl>
|
</dl>
|
||||||
{{/if_eq}}
|
{{/if_eq}}
|
||||||
|
Reference in New Issue
Block a user