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

add system id to remote calls

This commit is contained in:
Luke Pulverenti 2014-09-06 13:46:09 -04:00
parent 56d7a4b41f
commit bf80b29a97
4 changed files with 38 additions and 8 deletions

View file

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