pls.c: start the playlist after loading it.

parent d8306009
......@@ -272,6 +272,8 @@ static int Demux( demux_t *p_demux )
psz_name = NULL;
}
playlist_Control( p_playlist, PLAYLIST_VIEWPLAY,p_playlist->status.i_view,
p_playlist->status.p_item, NULL );
vlc_object_release( p_playlist );
return VLC_SUCCESS;
}
......
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