bitfocus / companion-module-videolan-vlc

MIT License
8 stars 11 forks source link

Use 'number' instead of 'textinput' for vol increment #62

Closed istnv closed 1 year ago

istnv commented 1 year ago

Volume set needs to distinguish between +10 (increment by 10), 10 (absolute 10), and -10 (decrement by 10) A 'number' input strips the '+'. Fixes Issue #61