mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
b9344e8d85
commit
abdf95b4d7
2 changed files with 5 additions and 2 deletions
5
dashboard-ui/cordova/iap.js
vendored
5
dashboard-ui/cordova/iap.js
vendored
|
@ -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"
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue