Update AutoDJ Queue Length field to reflect actual limits.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-11-14 06:46:12 -06:00
parent a7fc961679
commit 5be4635333
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@
<b-wrapped-form-group class="col-md-6" id="edit_form_backend_autodj_queue_length"
:field="form.backend_config.autodj_queue_length" input-type="number"
:input-attrs="{ min: '0', max: '25' }" advanced>
:input-attrs="{ min: '2', max: '25' }" advanced>
<template #label="{lang}">
<translate :key="lang">AutoDJ Queue Length</translate>
</template>