mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 07:08:04 +00:00
Fix watch payload not having enough fields to progress the new campaigns
This commit is contained in:
10
channel.py
10
channel.py
@@ -353,8 +353,14 @@ class Channel:
|
||||
{
|
||||
"event": "minute-watched",
|
||||
"properties": {
|
||||
"channel_id": self.id,
|
||||
"broadcast_id": self._stream.broadcast_id,
|
||||
"broadcast_id": str(self._stream.broadcast_id),
|
||||
"channel_id": str(self.id),
|
||||
"channel": self._login,
|
||||
"hidden": False,
|
||||
"live": True,
|
||||
"location": "channel",
|
||||
"logged_in": True,
|
||||
"muted": False,
|
||||
"player": "site",
|
||||
"user_id": self._twitch._auth_state.user_id,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user