Remove the drops_enabled tag from stream search operation

This commit is contained in:
DevilXD
2023-06-18 10:05:09 +02:00
parent 8189f01cb5
commit a7c3925e53

View File

@@ -66,7 +66,6 @@ from constants import (
GQL_OPERATIONS,
MAX_CHANNELS,
WATCH_INTERVAL,
DROPS_ENABLED_TAG,
State,
ClientType,
WebsocketTopic,
@@ -1693,7 +1692,7 @@ class Twitch:
"name": game.name,
"options": {
"includeRestricted": ["SUB_ONLY_LIVE"],
"tags": [DROPS_ENABLED_TAG],
# "tags": [DROPS_ENABLED_TAG],
},
})
)