b4s.c: Create meta before using them

parent 4a44b3ab
......@@ -257,6 +257,7 @@ static int Demux( demux_t *p_demux )
{
p_input = input_ItemNewExt( p_playlist, psz_mrl, psz_name,
0, NULL, -1 );
p_input->p_meta = vlc_meta_New();
if( psz_now )
vlc_meta_SetNowPlaying( p_input->p_meta, psz_now );
if( psz_genre )
......
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