hotfix error fetching PlaybackAccessToken

This commit is contained in:
anton.veselov
2025-06-27 00:44:59 +03:00
committed by Klaro
parent d0cac2df73
commit 1173fc3abf

View File

@@ -490,8 +490,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