radiodan / radiodan.js

Radiodan audio server
Other
5 stars 1 forks source link

Fix play and seek actions #4

Closed chrisn closed 9 years ago

chrisn commented 9 years ago

I found that the playlist.play and playlist.seek commands weren't working with the position parameter set to zero. This pull request includes fixes for these actions, with test cases.

Chris

pixelblend commented 9 years ago

Good spot. Thanks!