mirror of https://github.com/lidarr/Lidarr
Added sourceTitle to failed downloads
This commit is contained in:
parent
7218772b32
commit
cf57188741
|
@ -36,6 +36,9 @@
|
||||||
{{/if_eq}}
|
{{/if_eq}}
|
||||||
{{#if_eq eventType compare="downloadFailed"}}
|
{{#if_eq eventType compare="downloadFailed"}}
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
|
<dt>Source Title</dt>
|
||||||
|
<dd>{{sourceTitle}}</dd>
|
||||||
|
|
||||||
{{#with data}}
|
{{#with data}}
|
||||||
<dt>Message</dt>
|
<dt>Message</dt>
|
||||||
<dd>{{message}}</dd>
|
<dd>{{message}}</dd>
|
||||||
|
|
Loading…
Reference in New Issue