mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Fixed: Grab/Delete buttons for pending releases in queue
This commit is contained in:
@@ -4,9 +4,16 @@
|
||||
{{/if_eq}}
|
||||
{{/if_eq}}
|
||||
|
||||
{{#if_eq status compare="Pending"}}
|
||||
{{#if_eq status compare="Delay"}}
|
||||
<i class="icon-sonarr-download x-grab" title="Add to download queue (Override Delay Profile)"></i>
|
||||
<i class="icon-sonarr-delete x-remove" title="Remove pending release"></i>
|
||||
{{else}}
|
||||
<i class="icon-sonarr-delete x-remove" title="Remove from download client"></i>
|
||||
{{#unless_eq status compare="DownloadClientUnavailable"}}
|
||||
<i class="icon-sonarr-delete x-remove" title="Remove from download client"></i>
|
||||
{{/unless_eq}}
|
||||
{{/if_eq}}
|
||||
|
||||
{{#if_eq status compare="DownloadClientUnavailable"}}
|
||||
<i class="icon-sonarr-download x-grab" title="Add to download queue (Retry failed download)"></i>
|
||||
<i class="icon-sonarr-delete x-remove" title="Remove pending release"></i>
|
||||
{{/if_eq}}
|
||||
|
||||
Reference in New Issue
Block a user