Skip to content

Commit

Permalink
MythMusic: Fix typo preventing the autoplaycd setting loading correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-h authored and Paul Harrison committed Mar 23, 2013
1 parent 146b490 commit 84c44dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mythmusic/mythmusic/playersettings.cpp
Expand Up @@ -58,7 +58,7 @@ bool PlayerSettings::Create()
m_autoLookupCD->SetCheckState(MythUIStateType::Full);
int loadAutoPlayCD = gCoreContext->GetNumSetting("AutoPlayCD", 0);
if (loadAutoPlayCD == 1)
m_autoLookupCD->SetCheckState(MythUIStateType::Full);
m_autoPlayCD->SetCheckState(MythUIStateType::Full);

m_resumeMode->SetHelpText(tr("Resume playback at either the beginning of the "
"active play queue, the beginning of the last track, "
Expand Down

0 comments on commit 84c44dd

Please sign in to comment.