Commit 4468f081 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: match the access changes for cdda-track specification (commit...

Qt: match the access changes for cdda-track specification (commit 55e3dca3 by fenrir )
parent bab3d856
...@@ -392,7 +392,7 @@ void DiscOpenPanel::updateMRL() ...@@ -392,7 +392,7 @@ void DiscOpenPanel::updateMRL()
} else { } else {
mrl = "cdda://" + ui.deviceCombo->currentText(); mrl = "cdda://" + ui.deviceCombo->currentText();
if( ui.titleSpin->value() > 0 ) { if( ui.titleSpin->value() > 0 ) {
mrl += QString("@%1").arg( ui.titleSpin->value() ); mrl += 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