Skip to content

Commit

Permalink
Update GameDirectory GQL operation
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Jul 5, 2024
1 parent 18a0335 commit 35191ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns live channels for a particular game
"GameDirectory": GQLOperation(
"DirectoryPage_Game",
"e303f59d4836d19e66cb0f5a1efe15fbe2a1c02d314ad4f09982e825950b293d",
"5459858b3193374510478d5c0fbb8c9bcd77ee5c82eaf45990e2df4f598bfa4f",
variables={
"limit": 30, # limit of channels returned
"slug": ..., # game slug
Expand All @@ -353,6 +353,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
"tags": [],
"requestID": "JIRA-VXP-2397",
},
"includeIsDJ": False,
"includePreviewBlur": True,
"sortTypeIsRecency": False,
},
Expand Down

0 comments on commit 35191ba

Please sign in to comment.