]> git.sesse.net Git - vlc/commitdiff
* Prevent the autoplay function from playing the Shoutcast url for the xmllist. The...
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 12 Sep 2005 21:41:39 +0000 (21:41 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 12 Sep 2005 21:41:39 +0000 (21:41 +0000)
src/playlist/playlist.c

index f30da9b8412f72198e1409db89ea049ae2c14965..420ea4caac613f1cb80bfba17d38745f37ee560f 100644 (file)
@@ -412,6 +412,7 @@ int playlist_vaControl( playlist_t * p_playlist, int i_query, va_list args )
 
     case PLAYLIST_AUTOPLAY:
         p_playlist->status.i_status = PLAYLIST_RUNNING;
+        p_playlist->status.p_node = p_playlist->p_general;
 
         p_playlist->request.b_request = VLC_FALSE;
         break;