Skip to content
Snippets Groups Projects
Commit 48d234df authored by sigmunau's avatar sigmunau
Browse files

pls.c: start the playlist after loading it.

parent d8306009
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment