Skip to content

Commit 17627a8

Browse files
authored
Merge pull request #59 from dotX12/dev
Dev to master
2 parents 0f233ce + 5d90869 commit 17627a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shazamio/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ShazamUrl:
3535
)
3636
RELATED_SONGS = (
3737
"https://cdn.shazam.com/shazam/v3/{language}/{endpoint_country}/web/-/tracks"
38-
"/track-similarities-id-{track_id}?startFrom={limit}&pageSize={offset}&connected=&channel="
38+
"/track-similarities-id-{track_id}?startFrom={offset}&pageSize={limit}&connected=&channel="
3939
)
4040
SEARCH_ARTIST = (
4141
"https://www.shazam.com/services/search/v4/{language}/{endpoint_country}/web"

0 commit comments

Comments
 (0)