1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

beta fixes

This commit is contained in:
Luke Pulverenti 2015-05-11 15:59:59 -04:00
parent 9e9ffda3e6
commit bdc8187420
13 changed files with 203 additions and 18 deletions

View file

@ -53,7 +53,8 @@
limit: query.Limit,
totalRecordCount: result.TotalRecordCount,
viewButton: true,
showLimit: false
showLimit: false,
updatePageSizeSetting: false
});
$('.listTopPaging', page).html(pagingHtml).trigger('create');