diff --git a/src/backend.py b/src/backend.py index 085dd9f..6b5f9ba 100755 --- a/src/backend.py +++ b/src/backend.py @@ -273,7 +273,7 @@ async def get_club_titles(self): } payload = json.dumps(payload) headers = {'Content-Type': 'application/json'} - return await self._do_request_safe('post', "https://public-ubiservices.ubi.com/v3/profiles/me/uplay/graphql", + return await self._do_request_safe('post', "https://public-ubiservices.ubi.com/v1/profiles/me/uplay/graphql", add_to_headers=headers, data=payload) async def get_game_stats(self, space_id): diff --git a/src/version.py b/src/version.py index 98b6cec..d82cff4 100755 --- a/src/version.py +++ b/src/version.py @@ -1,6 +1,9 @@ -__version__ = '0.55.3' +__version__ = '0.55.4' __changelog__ = { + "0.55.4": """ + - hotfix fetching club games by replacing version of API endpoint + """, "0.55.3": """ - changed login window's title - replaced deprecated owned games endpoint