Skip to content

Commit

Permalink
ci: add references to new todos
Browse files Browse the repository at this point in the history
New issues: #60, #61
  • Loading branch information
todo-actions[bot] authored and todo-actions committed May 15, 2021
1 parent 8899f35 commit 0779db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tidal_async/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ async def get_metadata(self):
# uses cached lyrics data
subtitles = await self.subtitles()
if subtitles:
# TODO [$609fd0c46e4622062cd686b2]: Support for subtitles tag
# TODO [#60]: Support for subtitles tag
# prelimitary invalid support for subtitles tag
# depends on beetbox/mediafile#48
tags["subtitles"] = subtitles
Expand Down
2 changes: 1 addition & 1 deletion tidal_async/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class TidalMultiSession(TidalSession):
# It helps with downloading multiple tracks simultaneously and overriding region lock
# TODO [#8]: [TidalMultiSession] Run request on random session
# TODO [#9]: [TidalMultiSession] Retry failed (404) requests (regionlock) on next session
# TODO [$609fd0c46e4622062cd686b3]: [TidalMultiSession] Merge search results from all sessions
# TODO [#61]: [TidalMultiSession] Merge search results from all sessions
# TODO [#10]: [TidalMultiSession] Try file download request on all sessions in queue fullness order
# Someone told me that Tidal blocks downloading of files simultaneously, but I didn't really noticed that
def __init__(self, client_id):
Expand Down

0 comments on commit 0779db6

Please sign in to comment.