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

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

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