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

@ -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"
}
});
}