kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.51k stars 206 forks source link

Volume slider changes only apply on mouse-up #733

Open edmooredop opened 1 year ago

edmooredop commented 1 year ago

What I'm trying to do: smoothly change volume of my media source whilst hearing the changes

What I expect to happen: as I drag the volume slider in mini-media-player, I expect the changes to the volume of the source to be applied in real time so I can judge when the level is where I want.

What actually happens: the change to the volume is only applied to the media player when the mouse button (or finger hold on mobile) is released.

Not sure if this is a basic issue with HA?