Merge pull request #4381 from jellyfin/bond-dummychapcount

Allow setting DummyChapterCount to 0 to disable dummy chapters
This commit is contained in:
Bill Thornton 2023-03-01 11:48:18 -05:00 committed by GitHub
commit 0fc1511d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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">