Skip to content

Commit

Permalink
Fix Official.fm API key parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Bernard committed Dec 10, 2012
1 parent ef188c5 commit 6e2039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/player.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class @Player

playOfficial: (track) ->
if (track != @playingTrack && track != @pausedTrack)
$(@official).attr('src', track.streamUrl + '?api_key=4qpH1KdXhJF64NPD3zdK7t2gpTF8vHHz')
$(@official).attr('src', track.streamUrl + '&api_key=4qpH1KdXhJF64NPD3zdK7t2gpTF8vHHz')
@soundcloud.pause()
@youtube.pause()
@official.play()
Expand Down

0 comments on commit 6e2039f

Please sign in to comment.