From 37504db631091a3cdd4ea6edf12453b45b0c307c 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 bbfacee..a6b7d2a 100644 --- a/TwitchChannelPointsMiner/classes/Twitch.py +++ b/TwitchChannelPointsMiner/classes/Twitch.py @@ -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