Commit 33e8266d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix potential segfault.

parent e02373b9
......@@ -337,6 +337,8 @@ void OpenDialog::stream( bool b_transcode_only )
{
mrl = ui.advancedLineInput->text();
toggleVisible();
QStringList listMRL = SeparateEntries( mrl );
if( listMRL.size() > 0 )
THEDP->streamingDialog( this, SeparateEntries( mrl )[0], b_transcode_only );
}
......
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