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:
parent
54177205c7
commit
799eebc9ed
6 changed files with 10 additions and 7 deletions
|
@ -46,6 +46,9 @@ MediaBrowser.ApiClient = function ($, navigator) {
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Wraps around jQuery ajax methods to add additional info to the request.
|
||||
*/
|
||||
self.ajax = function (request) {
|
||||
|
||||
if (!request) {
|
||||
|
@ -834,7 +837,7 @@ MediaBrowser.ApiClient = function ($, navigator) {
|
|||
/**
|
||||
* Gets all users from the server
|
||||
*/
|
||||
self.getAllUsers = function () {
|
||||
self.getUsers = function () {
|
||||
|
||||
var url = self.getUrl("users");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue