magentaeu: log headers

This commit is contained in:
Nirvana
2026-06-30 12:20:04 +02:00
parent f44f0d6dfe
commit 188c95f45a
@@ -384,12 +384,12 @@ class MagentaEUEpgManager:
headers = get_guest_headers(self._country, device_id, session_id)
headers.update(
{
"x-tv-flow": flow,
"x-tv-step": step,
"x-call-type": "GUEST_USER",
"X-Tv-Flow": flow,
"X-Tv-Step": step,
"x-request-tracking-id": str(uuid.uuid4()),
}
)
logger.debug(f"[MagentaEUEpgManager] Request headers: {headers}")
return headers
@staticmethod