Skip to content

Commit

Permalink
🛠️ stream() was renamed in get_stream() by tidalapi. Fixes #22 and
Browse files Browse the repository at this point in the history
  • Loading branch information
exislow committed Feb 1, 2024
1 parent b225251 commit 6e3a43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidal_dl_ng/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def item(

# Populate StreamManifest for further download.
if isinstance(media, Track):
stream = media.stream()
stream = media.get_stream()
manifest: str = stream.manifest
mime_type: str = stream.manifest_mime_type
else:
Expand Down

0 comments on commit 6e3a43f

Please sign in to comment.