Skip to content

Commit

Permalink
added platform:web variable for PlaybackAccessToken
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Weber committed Dec 13, 2024
1 parent d5605cb commit 4534c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
variables={
"isLive": True,
"login": "...",
"platform": "web",
"isVod": False,
"vodID": "",
"playerType": "site"
Expand Down

0 comments on commit 4534c77

Please sign in to comment.