]> git.sesse.net Git - vlc/blobdiff - modules/control/rc.c
The playlist is not lock at this stage so let it lock itself.
[vlc] / modules / control / rc.c
index c78fd9c180aa795f9c1811b857293ae1ac897bea..54c3cad6e8607e03451cdde7302830bd70d863fe 100644 (file)
@@ -1417,7 +1417,7 @@ static int Playlist( vlc_object_t *p_this, char const *psz_cmd,
             p_item = p_parent = p_playlist->items.p_elems[i_pos*2-1];
             while( p_parent->p_parent )
                 p_parent = p_parent->p_parent;
-            playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true,
+            playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, false,
                     p_parent, p_item );
         }
         else