mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
update to latest js apiclient
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
onPageShow: function () {
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
ApiClient.getAllUsers().done(LoginPage.loadUserList);
|
||||
ApiClient.getUsers().done(LoginPage.loadUserList);
|
||||
},
|
||||
|
||||
getLastSeenText: function (lastActivityDate) {
|
||||
|
||||
Reference in New Issue
Block a user