1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Fix MRL generation for open dialog in order to stream. (#1575)

This commit is contained in:
Jean-Baptiste Kempf 2008-07-29 12:06:53 -07:00
parent 32c874662a
commit f9e4aada63

View File

@ -337,7 +337,7 @@ void OpenDialog::stream( bool b_transcode_only )
{
mrl = ui.advancedLineInput->text();
toggleVisible();
THEDP->streamingDialog( this, mrl, b_transcode_only );
THEDP->streamingDialog( this, SeparateEntries( mrl )[0], b_transcode_only );
}
/* Update the MRL */