add auto tag to video in queue

This commit is contained in:
simon
2023-05-07 12:06:38 +07:00
parent 0fef751ab5
commit 4376b826c4

View File

@@ -81,6 +81,9 @@
<span>queued</span>
{% endif %}
<span>{{ video.source.vid_type }}</span>
{% if video.source.auto_start %}
<span>auto</span>
{% endif %}
</div>
</div>
</div>