From 2576b9fdeceff2279fe3066b720d6770b35ac151 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 20 Apr 2026 03:54:38 +0300 Subject: [PATCH] Update web.magentatv.de.config.js --- sites/web.magentatv.de/web.magentatv.de.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/web.magentatv.de/web.magentatv.de.config.js b/sites/web.magentatv.de/web.magentatv.de.config.js index 3a38685ab..aef724d9b 100644 --- a/sites/web.magentatv.de/web.magentatv.de.config.js +++ b/sites/web.magentatv.de/web.magentatv.de.config.js @@ -46,6 +46,7 @@ module.exports = { title: item.name, description: item.introduce, image: parseImage(item), + icon: parseImage(item), category: parseCategory(item), start: parseStart(item), stop: parseStop(item), @@ -176,7 +177,7 @@ async function fetchCookieAndToken() { T: 'Windows_chrome_118' }, method: 'POST', - data: '{"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"}', + data: '{"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"}' }) // Extract the cookies specified in cookiesToExtract @@ -200,8 +201,7 @@ async function fetchCookieAndToken() { X_CSRFTOKEN = response.data.csrfToken Cookie = extractedCookies.join(' ') - - } catch(error) { + } catch (error) { console.error(error) } }