Commit 437b3638 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Prevent the autoplay function from playing the Shoutcast url for the...

* Prevent the autoplay function from playing the Shoutcast url for the xmllist. The SD modules already does this by itself. (fixes #8)
parent 3e9e18a2
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment