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

update to latest js apiclient

This commit is contained in:
LukePulverenti 2013-03-21 16:43:42 -04:00
parent 54177205c7
commit 799eebc9ed
6 changed files with 10 additions and 7 deletions

View file

@ -7,7 +7,7 @@
loadPageData: function () {
Dashboard.showLoadingMsg();
ApiClient.getAllUsers().done(UserProfilesPage.renderUsers);
ApiClient.getUsers().done(UserProfilesPage.renderUsers);
},
renderUsers: function (users) {