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

Qt: correctly split the MRL

Close #2682
parent 5d17b0c9
......@@ -396,7 +396,7 @@ void OpenDialog::stream( bool b_transcode_only )
/* Dbg and send :D */
msg_Dbg( p_intf, "MRL passed to the Sout: %s", qtu( soutMRL ) );
THEDP->streamingDialog( this, soutMRL, b_transcode_only,
ui.advancedLineInput->text().split( ":" ) );
ui.advancedLineInput->text().split( " :" ) );
}
/* Update the 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