]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/intf.c
Fixes + use new API for directory demuxer
[vlc] / modules / codec / cmml / intf.c
index 1222afb8a611f5460ffa559a72822fb5498a0fbe..f30108b826c2e846b9c30e00acabfd31ab56bde4 100644 (file)
@@ -526,7 +526,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_Command( p_playlist, PLAYLIST_PAUSE, 0 );
+            playlist_Control( p_playlist, PLAYLIST_PAUSE, 0 );
         }
 
         free( psz_uri_to_load );