]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/intf.c
* Start cleaning up libvlc playlist API (Refs:#457)
[vlc] / modules / codec / cmml / intf.c
index b193ea8bc3b31e48044d75b402cbc7c6674783ef..114ccc882e19b732629417575b6658f559c1d92b 100644 (file)
@@ -796,7 +796,8 @@ static void ReplacePlaylistItem( playlist_t *p_playlist, char *psz_uri )
 {
     playlist_Stop( p_playlist );
     (void) playlist_Add( p_playlist, psz_uri, psz_uri,
-                         PLAYLIST_INSERT /* FIXME: used to be PLAYLIST_REPLACE */, PLAYLIST_END|PLAYLIST_GO, VLC_TRUE /* FIXME: p_playlist->status.i_index */ );
+                         PLAYLIST_INSERT /* FIXME: used to be PLAYLIST_REPLACE */, PLAYLIST_END|PLAYLIST_GO, VLC_TRUE /* FIXME: p_playlist->status.i_index */,
+                         VLC_FALSE);
 }
 
 /****************************************************************************