|
{{ download.title }}
{% if download.mediaType == "tvshows" %}
— (S{{ download.ptn.season }}E{{ download.ptn.episode }})
{% endif %}
|
{% if isWidget == false %}
{{ download.filename }}
|
{{ download.mediaType }}
|
{% endif %}
{% if download.progress < 100 %}
{% else %}
{% endif %}
|
{% set delete_button = component('ux:icon', {name: 'ic:twotone-cancel', width: '18px', class: 'rounded-full align-middle text-red-600' }) %}
Are you sure you want to delete {{ download.filename }}?
|