Skip to content

Commit

Permalink
Merge branch 'Windows200000:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz authored Aug 14, 2024
2 parents d1381a6 + 9b8427d commit 56a7dbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,11 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns live channels for a particular game
"GameDirectory": GQLOperation(
"DirectoryPage_Game",
"3c9a94ee095c735e43ed3ad6ce6d4cbd03c4c6f754b31de54993e0d48fd54e30",
"c7c9d5aad09155c4161d2382092dc44610367f3536aac39019ec2582ae5065f9",
variables={
"limit": ..., # limit of channels returned
"slug": ..., # game slug
"includeIsDJ": False,
"imageWidth": 50,
"options": {
"broadcasterLanguages": [],
Expand Down
8 changes: 8 additions & 0 deletions patch_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v15.8.2

13.8.2024
- update hash and add new variable includeIsDJ to fix `PersistedQueryNotFound` as reported in #159
- Thanks to @Nazar1ky for the fix



## v15.8.1

5.8.2024
Expand Down

0 comments on commit 56a7dbd

Please sign in to comment.