1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

Reenable Alsa Set Volume

This commit is contained in:
jojo61 2022-10-19 16:53:08 +02:00
parent 101bffd01f
commit bd9184db01
2 changed files with 2 additions and 2 deletions

View File

@ -1951,7 +1951,7 @@ void AudioSetVolume(int volume) {
} }
AudioAmplifier = volume; AudioAmplifier = volume;
if (!AudioSoftVolume) { if (!AudioSoftVolume) {
AudioUsedModule->SetVolume(volume); AudioUsedModule->SetVolume(volume); // set Volume
} }
} }