mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed userdata calls
This commit is contained in:
parent
3d31aa2470
commit
dbbca7ef4d
6 changed files with 19 additions and 12 deletions
|
@ -27,13 +27,10 @@
|
|||
|
||||
refreshItems: function (query) {
|
||||
|
||||
|
||||
var page = $.mobile.activePage;
|
||||
|
||||
page.itemQuery = query;
|
||||
|
||||
$('#btnSort', page).html(query.SortBy).button("refresh");
|
||||
|
||||
ApiClient.getItems(Dashboard.getCurrentUserId(), query).done(ItemListPage.renderItems);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue