mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
update to latest js apiclient
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
loadPageData: function () {
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
ApiClient.getAllUsers().done(UserProfilesPage.renderUsers);
|
||||
ApiClient.getUsers().done(UserProfilesPage.renderUsers);
|
||||
},
|
||||
|
||||
renderUsers: function (users) {
|
||||
|
||||
Reference in New Issue
Block a user