Commit 72665ee3 authored by Laurent Aimar's avatar Laurent Aimar

Fixed selected entry in input_thread_t::"program".

parent 0e996c7b
......@@ -1214,7 +1214,8 @@ static void EsOutProgramMeta( es_out_t *out, int i_group, const vlc_meta_t *p_me
{
input_SendEventProgramDel( p_input, i_group );
input_SendEventProgramAdd( p_input, i_group, psz_text );
if( p_sys->p_pgrm == p_pgrm )
input_SendEventProgramSelect( p_input, i_group );
free( psz_text );
}
}
......
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