avuserow / amp

Acoustics Media Player - network jukebox
Other
26 stars 5 forks source link

Fix skip for lagging clients #60

Open dfreedm opened 13 years ago

dfreedm commented 13 years ago

If multiple people want to skip a song, it is possible that the laggier client's skip will be for the next song. Adding a song_id into the skip rpc call will prevent this. Implementing and testing.