Merge pull request #688 from Opeth24/patch-1

hotfix error fetching PlaybackAccessToken
This commit is contained in:
Roman Davydov
2025-06-27 11:26:30 +03:00
committed by GitHub

View File

@@ -487,8 +487,8 @@ class Twitch(object):
"isLive": True,
"isVod": False,
"vodID": "",
# "playerType": "site"
"playerType": "picture-by-picture",
"playerType": "site"
# "playerType": "picture-by-picture",
}
# Get signature and value using the post_gql_request method