File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
components/displaySettings Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ <h2 class="sectionTitle">
224224 </ h2 >
225225
226226 < 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} " />
227+ < input is ="emby-input " type ="number " id ="txtLibraryPageSize " pattern ="[0-9]* " required ="required " min ="0 " max ="1000 " step ="1 " label ="${LabelLibraryPageSize} " />
228228 < div class ="fieldDescription "> ${LabelLibraryPageSizeHelp}</ div >
229229 </ div >
230230
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ import LibraryMenu from '../scripts/libraryMenu';
6969 query . IsAiring = false ;
7070 }
7171
72+ if ( userSettings . libraryPageSize ( ) === 0 ) {
73+ query . Limit = 0 ;
74+ }
75+
7276 return modifyQueryWithFilters ( instance , query ) ;
7377 }
7478
You can’t perform that action at this time.
0 commit comments