Commit 58114140 authored by Clément Stenac's avatar Clément Stenac

Fix playlist notification in input

parent e0485307
...@@ -533,7 +533,7 @@ static void NotifyPlaylist( input_thread_t *p_input ) ...@@ -533,7 +533,7 @@ static void NotifyPlaylist( input_thread_t *p_input )
FIND_PARENT ); FIND_PARENT );
if( p_playlist ) if( p_playlist )
{ {
var_SetInteger( p_playlist, "item-change", p_playlist->i_index ); var_SetInteger( p_playlist, "item-change", p_input->input.p_item->i_id );
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
} }
} }
......
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