Skip to content

Commit 086363a

Browse files
committed
Oh wait. Not staff anymore. Facedesk.
1 parent b19527b commit 086363a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overhere.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function addTracksToQueue (tracks) {
3636
tracksSeen[track.date.uts] = 1;
3737

3838
$.getJSON(pathToProxy + 'spotiproxy.php?q=' +
39-
escape(track.artist.name + ' ' + track.name) + '&callback=?',
39+
escape(track.artist['#text'] + ' ' + track.name) + '&callback=?',
4040

4141
function (data) {
4242
if ('uri' in data) {

0 commit comments

Comments
 (0)