diff --git a/modules/gui/qt4/dialogs/open.cpp b/modules/gui/qt4/dialogs/open.cpp index 0643c37b6003e688097ffca59322b6467555bc0b..56567e5005299f4b6fa608a6e0c77220e8f3c34c 100644 --- a/modules/gui/qt4/dialogs/open.cpp +++ b/modules/gui/qt4/dialogs/open.cpp @@ -371,7 +371,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, listMRL[0], b_transcode_only ); + THEDP->streamingDialog( this, soutMRL, b_transcode_only ); } }