Skip to content

Commit

Permalink
Update tidalapi/user.py
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes L <[email protected]>
  • Loading branch information
jozefKruszynski and tehkillerbee authored Nov 29, 2023
1 parent d71eb76 commit 5ce4a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidalapi/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def mixes(self, limit: Optional[int] = 50, offset: int = 0) -> List["MixV2"]:
return cast(
List["MixV2"],
self.requests.map_request(
url=urljoin("https://api.tidal.com/v2", f"{self.v2_base_url}/mixes"),
url=urljoin("https://api.tidal.com/v2/", f"{self.v2_base_url}/mixes"),
params=params,
parse=self.session.parse_v2_mix,
),
Expand Down

0 comments on commit 5ce4a7e

Please sign in to comment.