mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Added sourceTitle to failed downloads
This commit is contained in:
parent
7218772b32
commit
cf57188741
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
|||
{{/if_eq}}
|
||||
{{#if_eq eventType compare="downloadFailed"}}
|
||||
<dl class="dl-horizontal">
|
||||
<dt>Source Title</dt>
|
||||
<dd>{{sourceTitle}}</dd>
|
||||
|
||||
{{#with data}}
|
||||
<dt>Message</dt>
|
||||
<dd>{{message}}</dd>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue