From 4534c77b44aa3fec8f80f5488ce932f6526be787 Mon Sep 17 00:00:00 2001 From: Arne Weber Date: Fri, 13 Dec 2024 01:17:18 +0100 Subject: [PATCH] added platform:web variable for PlaybackAccessToken --- constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/constants.py b/constants.py index a36d30ab..28e15713 100644 --- a/constants.py +++ b/constants.py @@ -245,6 +245,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation: variables={ "isLive": True, "login": "...", + "platform": "web", "isVod": False, "vodID": "", "playerType": "site"