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:
parent
56d7a4b41f
commit
bf80b29a97
4 changed files with 38 additions and 8 deletions
|
@ -52,7 +52,8 @@
|
|||
limit: query.Limit,
|
||||
totalRecordCount: result.TotalRecordCount,
|
||||
viewButton: true,
|
||||
showLimit: false
|
||||
showLimit: false,
|
||||
updatePageSizeSetting: false
|
||||
});
|
||||
$('.listTopPaging', page).html(pagingHtml).trigger('create');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue