fossfreedom / rhythmweb

rhythmbox v2.9x/v3.x GTK3 port of the original rhythmweb GTK2 plugin created previously for rhythmbox v0.1x
GNU General Public License v3.0
23 stars 8 forks source link

add pause button #24

Closed fossfreedom closed 11 years ago

fossfreedom commented 11 years ago

At the moment the playbutton does both play & pause. But there is no visual feedback that you can pause - its just a play button.

We should return in the HTML to display the pause button when playing and visa-versa.

Possibly due to the way we "post" stuff - javascript could be used to toggle the button image between play and pause.