mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Update src/bower_components/apiclient/apiclientcore.js
Co-Authored-By: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
97cdd43019
commit
591a1d3baa
@ -1195,7 +1195,7 @@ define(["events", "appStorage"], function(events, appStorage) {
|
|||||||
return this.ajax({
|
return this.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: url,
|
url: url,
|
||||||
data: {
|
data: user,
|
||||||
Name: user.Name,
|
Name: user.Name,
|
||||||
Password: user.Password
|
Password: user.Password
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user