mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
neutrino: avoid double setMuted() call; already done by g_audioMute->AudioMute()
Origin commit data
------------------
Commit: 0283b4d2d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-30 (Mon, 30 Oct 2017)
Origin message was:
------------------
- neutrino: avoid double setMuted() call; already done by g_audioMute->AudioMute()
This commit is contained in:
@@ -2542,7 +2542,7 @@ TIMER_START();
|
|||||||
g_audioMute->AudioMute(current_muted, true);
|
g_audioMute->AudioMute(current_muted, true);
|
||||||
CZapit::getInstance()->SetVolumePercent(g_settings.audio_volume_percent_ac3, g_settings.audio_volume_percent_pcm);
|
CZapit::getInstance()->SetVolumePercent(g_settings.audio_volume_percent_ac3, g_settings.audio_volume_percent_pcm);
|
||||||
CVFD::getInstance()->showVolume(g_settings.current_volume, false);
|
CVFD::getInstance()->showVolume(g_settings.current_volume, false);
|
||||||
CVFD::getInstance()->setMuted(current_muted);
|
//CVFD::getInstance()->setMuted(current_muted);
|
||||||
|
|
||||||
if (show_startwizard) {
|
if (show_startwizard) {
|
||||||
hintBox->hide();
|
hintBox->hide();
|
||||||
|
Reference in New Issue
Block a user