diff --git a/constants.py b/constants.py index 827cd30..86c8ebb 100644 --- a/constants.py +++ b/constants.py @@ -335,13 +335,14 @@ GQL_OPERATIONS: dict[str, GQLOperation] = { # retuns stream playback access token "PlaybackAccessToken": GQLOperation( "PlaybackAccessToken", - "3093517e37e4f4cb48906155bcd894150aef92617939236d2508f3375ab732ce", + "ed230aa1e33e07eebb8928504583da78a5173989fadfb1ac94be06a04f3cdbe9", variables={ "isLive": True, - "login": ..., # channel login "isVod": False, + "login": ..., # channel login + "platform": "web", + "playerType": "site", "vodID": "", - "playerType": "site" }, ), # returns live channels for a particular game