]> git.sesse.net Git - vlc/commitdiff
LuaHttp: Fix #3628 (update the sout mrl).
authorRémi Duraffort <ivoire@videolan.org>
Sun, 30 May 2010 10:52:49 +0000 (12:52 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 30 May 2010 15:11:40 +0000 (17:11 +0200)
share/lua/http/js/functions.js

index 56b64816b94e6f18b89885f04649ef5bfd0b6bee..d965e06b82bd85dca8fc66711ccd5b4e8bd2cfe7 100644 (file)
@@ -1035,8 +1035,8 @@ function update_sout()
     if( ( transcode || output ) && checked( 'sout_all' ) )
         input_options.push( ":sout-all" );
 
-    /*var mrl = document.getElementById( 'sout_mrl' );
-    mrl.value = input_options.join( " " )*/
+    var mrl = document.getElementById( 'sout_mrl' );
+    mrl.value = option;
 
     refresh_input_options_list();
 }