]> git.sesse.net Git - vlc/blobdiff - share/http/js/functions.js
Remove AltGr+Space character (firefox doesn't like it).
[vlc] / share / http / js / functions.js
index e1dfe79a2417f377bc221ee9ba90fa6083eb6f51..fb8c3c50708185cb7da535963f0560dd8d619215 100644 (file)
@@ -1042,7 +1042,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' );