]> git.sesse.net Git - vlc/blobdiff - share/http/js/functions.js
The playlist it not lock here.
[vlc] / share / http / js / functions.js
index e1dfe79a2417f377bc221ee9ba90fa6083eb6f51..fcd6c7a1677b9b7879ef6964be5802b9277c4dbe 100644 (file)
@@ -630,6 +630,7 @@ function parse_playlist()
                     {
                         elt = elt.parentNode;
                         if( ! elt.parentNode ) break;
+                        pos = pos.parentNode;
                     }
                     if( ! elt.parentNode ) break;
                     elt = elt.parentNode.nextSibling;
@@ -820,7 +821,7 @@ function update_input_fake()
 {
     var mrl = document.getElementById( 'input_mrl' );
 
-    mrl.value = "fake:";
+    mrl.value = "fake://";
     mrl.value += " :fake-file=" + value( "input_fake_filename" );
 
     if( value( "input_fake_width" ) )
@@ -1042,7 +1043,7 @@ function browse_path( p )
 }
 function refresh_albumart( force )
 {
-    if( albumart_id != pl_cur_id || force )
+    if( albumart_id != pl_cur_id || force )
     {
         var now = new Date();
         var albumart = document.getElementById( 'albumart' );