We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19527b commit 086363aCopy full SHA for 086363a
overhere.js
@@ -36,7 +36,7 @@ function addTracksToQueue (tracks) {
36
tracksSeen[track.date.uts] = 1;
37
38
$.getJSON(pathToProxy + 'spotiproxy.php?q=' +
39
- escape(track.artist.name + ' ' + track.name) + '&callback=?',
+ escape(track.artist['#text'] + ' ' + track.name) + '&callback=?',
40
41
function (data) {
42
if ('uri' in data) {
0 commit comments