We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b632a3 commit b45d39eCopy full SHA for b45d39e
mythtv/libs/libmyth/audio/volumebase.cpp
@@ -12,7 +12,7 @@ using namespace std;
12
VolumeBase::VolumeBase() :
13
volume(80), current_mute_state(kMuteOff)
14
{
15
- internal_vol = gCoreContext->GetNumSetting("MythControlsVolume", 0);
+ internal_vol = gCoreContext->GetNumSetting("MythControlsVolume", 1);
16
swvol = swvol_setting =
17
(gCoreContext->GetSetting("MixerDevice", "default").toLower() == "software");
18
}
0 commit comments