diff --git a/constants.py b/constants.py index c8ee022d..1bc65a80 100644 --- a/constants.py +++ b/constants.py @@ -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": [], diff --git a/patch_notes.txt b/patch_notes.txt index d5c42e7a..01602845 100644 --- a/patch_notes.txt +++ b/patch_notes.txt @@ -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