Fornoth / spotify-connect-web

MIT License
436 stars 66 forks source link

The selected_volume_range was on the wrong scale #116

Closed karlvr closed 6 years ago

karlvr commented 7 years ago

volume_range and selected_volume_range need to be on the same scale, that is either 0..100 or 0..1. Also we need to use floating point division.

Fornoth commented 6 years ago

Thanks for the pull request!