Commit 93154b67 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

qt4: Open disc: cosmetics

Signed-off-by: default avatarHugo Beauzée-Luyssen <beauze.h@gmail.com>
parent 33998379
......@@ -548,7 +548,7 @@ void DiscOpenPanel::updateMRL()
opts += " :sub-track=" +
QString("%1").arg( ui.subtitlesSpin->value() );
}
if( ui.audioCDRadioButton->isChecked() )
else if( ui.audioCDRadioButton->isChecked() )
{
if( ui.titleSpin->value() > 0 )
opts += QString(" :cdda-track=%1").arg( ui.titleSpin->value() );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment