Update PlaybackAccessToken GQL hash

This commit is contained in:
DevilXD
2024-09-29 17:15:50 +02:00
parent 93d5d8750d
commit c951f000b0

View File

@@ -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