mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
update to latest js apiclient
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
gotoNextPage: function () {
|
||||
|
||||
ApiClient.getAllUsers().done(function (users) {
|
||||
ApiClient.getUsers().done(function (users) {
|
||||
|
||||
if (users.length > 1) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user