diff --git a/tubesync/sync/templates/sync/media-item.html b/tubesync/sync/templates/sync/media-item.html index a378f57d..af916caa 100644 --- a/tubesync/sync/templates/sync/media-item.html +++ b/tubesync/sync/templates/sync/media-item.html @@ -9,7 +9,7 @@ {% if media.title %}

{{ media.title }}

{% endif %}

{{ media.url }}

Downloading to: {{ media.source.directory_path }}

- {% if download_state == 'downloaded' %} + {% if not media.skip and download_state == 'downloaded' %} {% if media.source.is_audio %} {% else %}