Skip to content

Commit

Permalink
Use correct parse object
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Nov 29, 2023
1 parent 85271ad commit e4587da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidalapi/artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_similar(self) -> List["Artist"]:
return cast(
List["Artist"],
self.request.map_request(
f"artists/{self.id}/similar", parse=self.parse_artist
f"artists/{self.id}/similar", parse=self.session.parse_artist
),
)

Expand Down

0 comments on commit e4587da

Please sign in to comment.