Skip to content

Commit b45d39e

Browse files
author
Mark Kendall
committed
VolumeBase: Minor consistency fix.
The default everywhere else is for MythTV to control the volume.
1 parent 8b632a3 commit b45d39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmyth/audio/volumebase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using namespace std;
1212
VolumeBase::VolumeBase() :
1313
volume(80), current_mute_state(kMuteOff)
1414
{
15-
internal_vol = gCoreContext->GetNumSetting("MythControlsVolume", 0);
15+
internal_vol = gCoreContext->GetNumSetting("MythControlsVolume", 1);
1616
swvol = swvol_setting =
1717
(gCoreContext->GetSetting("MixerDevice", "default").toLower() == "software");
1818
}

0 commit comments

Comments
 (0)