X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcontrol%2Frc.c;h=bb1daae18d5d42b53f2f74d74ba94c235aa5e9a5;hb=ee7537e77ae5c190881227db774a1eee6c1c7aa8;hp=54c3cad6e8607e03451cdde7302830bd70d863fe;hpb=bd8145b408e9d70d0e861cfabb6e440c95cc6ad1;p=vlc diff --git a/modules/control/rc.c b/modules/control/rc.c index 54c3cad6e8..bb1daae18d 100644 --- a/modules/control/rc.c +++ b/modules/control/rc.c @@ -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, false, + playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, pl_Unlocked, p_parent, p_item ); } else