Commit 4b77fc55 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix open dvdsimple.

Close #5935
parent d3b37eef
......@@ -513,7 +513,7 @@ void DiscOpenPanel::updateMRL()
if( !ui.dvdsimple->isChecked() )
mrl = "dvd://" LOCALHOST;
else
mrl = "dvdsimple://" LOCALHOST + discPath;
mrl = "dvdsimple://" LOCALHOST;
} else if ( ui.bdRadioButton->isChecked() )
mrl = "bluray://" LOCALHOST;
/* VCD */
......
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