Skip to content

Commit

Permalink
Merge pull request shazamio#58 from Daxitdon/dev
Browse files Browse the repository at this point in the history
Fix bug: Interchange variables in RELATED_SONGS URL
  • Loading branch information
dotX12 authored May 5, 2023
2 parents d7f5000 + 7f06066 commit 5d90869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shazamio/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ShazamUrl:
)
RELATED_SONGS = (
"https://cdn.shazam.com/shazam/v3/{language}/{endpoint_country}/web/-/tracks"
"/track-similarities-id-{track_id}?startFrom={limit}&pageSize={offset}&connected=&channel="
"/track-similarities-id-{track_id}?startFrom={offset}&pageSize={limit}&connected=&channel="
)
SEARCH_ARTIST = (
"https://www.shazam.com/services/search/v4/{language}/{endpoint_country}/web"
Expand Down

0 comments on commit 5d90869

Please sign in to comment.