From cba011aa3f047900e76a7d764ca791e46bf6d692 Mon Sep 17 00:00:00 2001 From: Sicilykill <95044302+Sicilykill@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:48:27 -0500 Subject: [PATCH] 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. --- sites/magentatv.de/magentatv.de.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/magentatv.de/magentatv.de.config.js b/sites/magentatv.de/magentatv.de.config.js index a3d1536d..ba6d0494 100644 --- a/sites/magentatv.de/magentatv.de.config.js +++ b/sites/magentatv.de/magentatv.de.config.js @@ -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)