From 1173fc3abf4270c94692fbebce1c3912e8778240 Mon Sep 17 00:00:00 2001 From: "anton.veselov" <46574019+Opeth24@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:44:59 +0300 Subject: [PATCH] hotfix error fetching PlaybackAccessToken --- TwitchChannelPointsMiner/classes/Twitch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TwitchChannelPointsMiner/classes/Twitch.py b/TwitchChannelPointsMiner/classes/Twitch.py index 16209c4..51acef5 100644 --- a/TwitchChannelPointsMiner/classes/Twitch.py +++ b/TwitchChannelPointsMiner/classes/Twitch.py @@ -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