]> git.sesse.net Git - vlc/blobdiff - modules/control/hotkeys.c
Use pl_Locked and pl_Unlocked.
[vlc] / modules / control / hotkeys.c
index 88b521057c1505bbd4cebd795fcbed487194f5bc..98bb4c234f5e6f3650f8b8dc8ed94d1d741722fa 100644 (file)
@@ -925,7 +925,7 @@ static void PlayBookmark( intf_thread_t *p_intf, int i_num )
         if( !strcmp( psz_bookmark, psz_uri ) )
         {
             free( psz_uri );
-            playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true,
+            playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, pl_Locked,
                               NULL, p_item );
             break;
         }