Skip to content

Commit

Permalink
Merge pull request #59 from dotX12/dev
Browse files Browse the repository at this point in the history
Dev to master
  • Loading branch information
dotX12 authored May 5, 2023
2 parents 0f233ce + 5d90869 commit 17627a8
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 17627a8

Please sign in to comment.