Skip to content

Commit d7b4728

Browse files
authored
Merge pull request #688 from Opeth24/patch-1
hotfix error fetching PlaybackAccessToken
2 parents 41c41e8 + 37504db commit d7b4728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TwitchChannelPointsMiner/classes/Twitch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ def send_minute_watched_events(self, streamers, priority, chunk_size=3):
487487
"isLive": True,
488488
"isVod": False,
489489
"vodID": "",
490-
# "playerType": "site"
491-
"playerType": "picture-by-picture",
490+
"playerType": "site"
491+
# "playerType": "picture-by-picture",
492492
}
493493

494494
# Get signature and value using the post_gql_request method

0 commit comments

Comments
 (0)