mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update magentatv.de.config.js
Updating timezone for the token and session request to point to UTC. This timezone impacts how the timezone for the guide is returned from the server.
This commit is contained in:
parent
20fa9e5bc3
commit
cba011aa3f
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ function fetchCookieAndToken() {
|
|||
"Referer": "https://api.prod.sngtv.magentatv.de/EPG/",
|
||||
"Referrer-Policy": "strict-origin-when-cross-origin"
|
||||
},
|
||||
"body": "{\"terminalid\":\"00:00:00:00:00:00\",\"mac\":\"00:00:00:00:00:00\",\"terminaltype\":\"WEBTV\",\"utcEnable\":1,\"timezone\":\"America/Chicago\",\"userType\":3,\"terminalvendor\":\"Unknown\"}",
|
||||
"body": "{\"terminalid\":\"00:00:00:00:00:00\",\"mac\":\"00:00:00:00:00:00\",\"terminaltype\":\"WEBTV\",\"utcEnable\":1,\"timezone\":\"Etc/GMT0\",\"userType\":3,\"terminalvendor\":\"Unknown\"}",
|
||||
"method": "POST" })
|
||||
.then(response => {
|
||||
// Check if the response status is OK (2xx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue