Commit dee3c9c5 authored by Rafaël Carré's avatar Rafaël Carré

Fix metadata reading

Caution: other pieces of code may have been randomly deleted in
920692ff
parent 0e463771
......@@ -1228,6 +1228,8 @@ static int Init( input_thread_t * p_input )
/* Access_file does not give any meta, and there are no slave */
AccessMeta( p_input, p_meta );
InputUpdateMeta( p_input, p_meta );
if( !p_input->b_preparsing )
{
msg_Dbg( p_input, "`%s' successfully opened",
......
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