mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove extra lines
This commit is contained in:
parent
591a1d3baa
commit
5619295646
1 changed files with 0 additions and 3 deletions
|
@ -1196,9 +1196,6 @@ define(["events", "appStorage"], function(events, appStorage) {
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: url,
|
url: url,
|
||||||
data: user,
|
data: user,
|
||||||
Name: user.Name,
|
|
||||||
Password: user.Password
|
|
||||||
},
|
|
||||||
dataType: "json"
|
dataType: "json"
|
||||||
})
|
})
|
||||||
}, ApiClient.prototype.updateUser = function(user) {
|
}, ApiClient.prototype.updateUser = function(user) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue