Skip to content

Commit c6c39a5

Browse files
todo-actions[bot]todo-actions
authored and
todo-actions
committed
ci: add references to new todos
New issues: #66, #67, #68, #69
1 parent f6a3716 commit c6c39a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tidal_async/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class AudioQuality(generic.AudioQuality):
3131

3232

3333
class AudioMode(enum.Enum):
34-
# TODO [$60a138824dfa650759734b88]: Find more audio modes
34+
# TODO [#66]: Find more audio modes
3535
# Until we can fill whole `Enum` it will still be used as a string.
3636
Stereo = "STEREO"
3737

tidal_async/session.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ async def post(self, url: aiohttp.typedefs.StrOrURL, **kwargs) -> aiohttp.Client
177177
return await self.request("POST", url, **kwargs)
178178

179179
async def logout(self):
180-
# TODO [$60a138824dfa650759734b89]: TidalSession.logout
180+
# TODO [#67]: TidalSession.logout
181181
# Android app doesn't send any request when clicking "Log out" button
182182
# Do we need this?
183183
raise NotImplementedError
@@ -288,8 +288,8 @@ class TidalMultiSession(TidalSession):
288288
It helps with overcoming region lock and rate limits using multiple Tidal accounts and possibly separate proxies.
289289
"""
290290

291-
# TODO [$60a138824dfa650759734b8a]: Run request on random session in TidalMultiSession
292-
# TODO [$60a138824dfa650759734b8b]: Retry failed (404) requests (regionlock) on next session in TidalMultiSession
291+
# TODO [#68]: Run request on random session in TidalMultiSession
292+
# TODO [#69]: Retry failed (404) requests (regionlock) on next session in TidalMultiSession
293293
# TODO [#61]: Merge search results from all sessions in TidalMultiSession
294294
def __init__(self, client_id: str):
295295
"""

0 commit comments

Comments
 (0)