MabeCr / MuseTube

MuseTube is a local music library that uses Youtube as the media player.
2 stars 0 forks source link

Volume As a Slider #11

Open MabeCr opened 6 years ago

MabeCr commented 6 years ago

Just implemented buttons to turn the volume up and down in the player. Eventually, the controls for the video will be turned off to prevent users from skipping around in the video.

It would be nice to present the volume control as a slider instead of buttons. This probably wouldn't be too difficult using the "player.setVolume(number)" function.