We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3618997 commit 0361224Copy full SHA for 0361224
src/components/displaySettings/displaySettings.template.html
@@ -224,7 +224,7 @@ <h2 class="sectionTitle">
224
</h2>
225
226
<div class="inputContainer inputContainer-withDescription">
227
- <input is="emby-input" type="number" id="txtLibraryPageSize" pattern="[0-9]*" required="required" min="0" max="10000" step="1" label="${LabelLibraryPageSize}" />
+ <input is="emby-input" type="number" id="txtLibraryPageSize" pattern="[0-9]*" required="required" min="0" max="1000" step="1" label="${LabelLibraryPageSize}" />
228
<div class="fieldDescription">${LabelLibraryPageSizeHelp}</div>
229
</div>
230
0 commit comments