|
{{ download.title }}
{% if download.mediaType == "tvshows" and download.episodeId != null %}
— ({{ download.episodeId }})
{% endif %}
|
{{ download.filename }}
|
{{ download.mediaType }}
|
{% if download.progress < 100 %}
{% else %}
{% endif %}
|
{% if download.status == 'In Progress' and download.progress < 100 %}
{% elseif download.status == 'Paused' %}
{% endif %}
{% set delete_button = component('ux:icon', {name: 'ic:twotone-cancel', height: '17.75px', width: '17.75px', class: 'rounded-full align-middle text-red-600 hover:text-red-700' }) %}
Are you sure you want to delete {{ download.filename }}?
|