From 4376b826c441e616a838ae0ba5d3ef0d58093849 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 7 May 2023 12:06:38 +0700 Subject: [PATCH] add auto tag to video in queue --- 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 59f4f03..93eace6 100644 --- a/tubearchivist/home/templates/home/downloads.html +++ b/tubearchivist/home/templates/home/downloads.html @@ -81,6 +81,9 @@ queued {% endif %} {{ video.source.vid_type }} + {% if video.source.auto_start %} + auto + {% endif %}