schollz / musicsaur

Music synchronization from your browser.
https://radio.schollz.com/
MIT License
281 stars 17 forks source link

Add Client Mute/Pause #23

Closed schollz closed 8 years ago

schollz commented 8 years ago

Going to do Mute first, as Pause will have some very different implementation (right now I create Timers, and I'm going to have to figure out to cancel the timers). Mute should be easy, I will add another flag to the state. Working on it in 1.3

schollz commented 8 years ago

Mute button added in version 1.3. Will close and reopn for Pause since Pause is more complicated...