Skip to content

Commit

Permalink
Merge pull request #3 from caike/master
Browse files Browse the repository at this point in the history
proper song id. 
Thanks Caike!
  • Loading branch information
Matt Crocker committed Nov 7, 2011
2 parents b3c1d69 + 88080d2 commit ea089ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello.html
Expand Up @@ -52,7 +52,7 @@ <h1>Rdio Playback API simple example</h1>
<dd id="position"></dd>
</dl>

<input id="play_key" value="a254895"><button id="play">Play</button><br>
<input id="play_key" value="a997982"><button id="play">Play</button><br>
<button id="stop">Stop</button>
<button id="pause">Pause</button>
<button id="previous">Previous</button>
Expand Down

1 comment on commit ea089ed

@ianloic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this update

Please sign in to comment.