Skip to content

Commit 8899f35

Browse files
todo-actions[bot]todo-actions
authored and
todo-actions
committed
ci: collect new todos
1 parent 5afccba commit 8899f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tidal_async/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async def get_metadata(self):
282282
# uses cached lyrics data
283283
subtitles = await self.subtitles()
284284
if subtitles:
285-
# TODO: Support for subtitles tag
285+
# TODO [$609fd0c46e4622062cd686b2]: Support for subtitles tag
286286
# prelimitary invalid support for subtitles tag
287287
# depends on beetbox/mediafile#48
288288
tags["subtitles"] = subtitles

tidal_async/session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class TidalMultiSession(TidalSession):
174174
# It helps with downloading multiple tracks simultaneously and overriding region lock
175175
# TODO [#8]: [TidalMultiSession] Run request on random session
176176
# TODO [#9]: [TidalMultiSession] Retry failed (404) requests (regionlock) on next session
177-
# TODO: [TidalMultiSession] Merge search results from all sessions
177+
# TODO [$609fd0c46e4622062cd686b3]: [TidalMultiSession] Merge search results from all sessions
178178
# TODO [#10]: [TidalMultiSession] Try file download request on all sessions in queue fullness order
179179
# Someone told me that Tidal blocks downloading of files simultaneously, but I didn't really noticed that
180180
def __init__(self, client_id):

0 commit comments

Comments
 (0)