mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user