Commit eb16d85e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Fix cdda caching option in MRL generation.

parent ad0075d8
...@@ -436,6 +436,7 @@ void DiscOpenPanel::updateMRL() ...@@ -436,6 +436,7 @@ void DiscOpenPanel::updateMRL()
/* CDDA */ /* CDDA */
} else { } else {
mrl = "cdda://" + ui.deviceCombo->currentText(); mrl = "cdda://" + ui.deviceCombo->currentText();
emit methodChanged( "cdda-caching" );
} }
fileList << mrl; mrl = ""; fileList << mrl; mrl = "";
......
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