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
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 3 additions and 0 deletions

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>