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

update components

This commit is contained in:
Luke Pulverenti 2015-10-30 12:58:36 -04:00
parent b9344e8d85
commit abdf95b4d7
2 changed files with 5 additions and 2 deletions

View file

@ -31,6 +31,6 @@
"commit": "34fc5e4a0f252964ed2790138b8d7d30d04b55c1"
},
"_source": "git://github.com/desandro/get-style-property.git",
"_target": "~1.0.4",
"_target": "1.x",
"_originalSource": "get-style-property"
}

View file

@ -98,7 +98,10 @@
type: "POST",
url: "http://mb3admin.com/admin/service/appstore/register",
data: JSON.stringify(postData),
contentType: "application/json"
contentType: "application/json",
headers: {
"X-Emby-Token": "EMBY-APPLE-VALIDATE"
}
});
}