Skip to content

Commit

Permalink
Minor bug fixes, optimizations, and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bbye98 committed Nov 27, 2023
1 parent 41e4dd0 commit 09373ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minim/qobuz.py
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@ def get_track_stream(
Audio stream MIME type.
"""

file = self.get_track_file_url(track_id, format_id=format_id)["url"]
file = self.get_track_file_url(track_id, format_id=format_id)
with self.session.get(file["url"]) as r:
return r.content, file["mime_type"]

Expand Down

0 comments on commit 09373ba

Please sign in to comment.