Commit 8899f35 1 parent 5afccba commit 8899f35 Copy full SHA for 8899f35
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ async def get_metadata(self):
282
282
# uses cached lyrics data
283
283
subtitles = await self .subtitles ()
284
284
if subtitles :
285
- # TODO: Support for subtitles tag
285
+ # TODO [$609fd0c46e4622062cd686b2] : Support for subtitles tag
286
286
# prelimitary invalid support for subtitles tag
287
287
# depends on beetbox/mediafile#48
288
288
tags ["subtitles" ] = subtitles
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ class TidalMultiSession(TidalSession):
174
174
# It helps with downloading multiple tracks simultaneously and overriding region lock
175
175
# TODO [#8]: [TidalMultiSession] Run request on random session
176
176
# 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
178
178
# TODO [#10]: [TidalMultiSession] Try file download request on all sessions in queue fullness order
179
179
# Someone told me that Tidal blocks downloading of files simultaneously, but I didn't really noticed that
180
180
def __init__ (self , client_id ):
You can’t perform that action at this time.
0 commit comments