Allow setting DummyChapterCount to 0 to disable dummy chapters

This commit is contained in:
Bond_009 2023-02-27 10:24:27 +01:00
parent 0edb3ae776
commit a5d4dc5738

View file

@ -26,7 +26,7 @@
<div class="fieldDescription">${LabelDummyChapterDurationHelp}</div>
</div>
<div class="inputContainer">
<input is="emby-input" type="number" id="valDummyChapterCount" label="${LabelDummyChapterCount}" min="1"></input>
<input is="emby-input" type="number" id="valDummyChapterCount" label="${LabelDummyChapterCount}" min="0"></input>
<div class="fieldDescription">${LabelDummyChapterCountHelp}</div>
</div>
<div class="selectContainer">