You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/src/UI/Activity/Queue/QueueActionsCellTemplate.hbs

13 lines
530 B

{{#if_eq status compare="Completed"}}
{{#if_eq trackedDownloadStatus compare="Warning"}}
<i class="icon-lidarr-import-manual x-manual-import" title="Manual import"></i>
{{/if_eq}}
{{/if_eq}}
{{#if_eq status compare="Pending"}}
<i class="icon-lidarr-download x-grab" title="Add to download queue (Override Delay Profile)"></i>
<i class="icon-lidarr-delete x-remove" title="Remove pending release"></i>
{{else}}
<i class="icon-lidarr-delete x-remove" title="Remove from download client"></i>
{{/if_eq}}