Skip to content

Commit

Permalink
Oh wait. Not staff anymore. Facedesk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonty committed Aug 24, 2011
1 parent b19527b commit 086363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overhere.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function addTracksToQueue (tracks) {
tracksSeen[track.date.uts] = 1;

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

function (data) {
if ('uri' in data) {
Expand Down

0 comments on commit 086363a

Please sign in to comment.