1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update recording dialogs

This commit is contained in:
Luke Pulverenti 2016-10-15 18:12:16 -04:00
parent bdfd870584
commit 141344eead
60 changed files with 546 additions and 211 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.89",
"_release": "1.1.89",
"version": "1.1.90",
"_release": "1.1.90",
"_resolution": {
"type": "version",
"tag": "1.1.89",
"commit": "eb7fd9c48824ee465f324e855025c8f66a37b628"
"tag": "1.1.90",
"commit": "eb52e55b0f856ac89abcea9a71f475595d718627"
},
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
"_target": "^1.1.51",

View file

@ -1264,7 +1264,7 @@
url: "https://connect.emby.media/service/user/authenticate",
data: {
nameOrEmail: username,
password: password
rawpw: password
},
dataType: "json",
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
@ -1313,7 +1313,7 @@
var data = {
email: email,
userName: username,
password: password
rawpw: password
};
if (options.grecaptcha) {