]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/intf.c
The playlist is not lock at this stage so let it lock itself.
[vlc] / modules / codec / cmml / intf.c
index 88493303c7a6d023b03bb262ace78e35ffe64505..b57cd668a6b6084f3b8c5494974f8a6c302c424a 100644 (file)
@@ -510,7 +510,7 @@ static void FollowAnchor ( intf_thread_t *p_intf )
             msg_Dbg( p_intf, "calling browser_Open with \"%s\"", psz_url );
 #endif
             (void) browser_Open( psz_url );
-            playlist_Control( p_playlist, PLAYLIST_PAUSE, true, 0 );
+            playlist_Control( p_playlist, PLAYLIST_PAUSE, false, 0 );
         }
 
         free( psz_uri_to_load );