From 6fb788b259e3661b14ad75bba9c3739544b8f085 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 22 May 2023 17:34:49 +0700 Subject: [PATCH] add delete button for unavailable video --- tubearchivist/home/templates/home/downloads.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tubearchivist/home/templates/home/downloads.html b/tubearchivist/home/templates/home/downloads.html index 1b156fba..20843580 100644 --- a/tubearchivist/home/templates/home/downloads.html +++ b/tubearchivist/home/templates/home/downloads.html @@ -108,6 +108,9 @@ {% endif %} + {% if video.source.message %} + + {% endif %}