From 92e6c04b7c0adf8f60971f28f115a2f566648f2b Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 16 Feb 2025 22:22:50 -0500 Subject: [PATCH] Do not show controls when skipped --- tubesync/sync/templates/sync/media-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}