- vuplus: fix volume 0

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-12-13 22:14:55 +01:00
committed by Thilo Graf
parent 6e45d7affa
commit 15ed156bd3
3 changed files with 79 additions and 26 deletions

View File

@@ -70,6 +70,7 @@ private:
void request_audio_status();
bool muted;
int volume;
bool hdmi_mode;
protected:
bool running;
public: