Commit b524a412 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix my stupid commit

10L
parent 44c02ca0
...@@ -243,7 +243,7 @@ static void Run( intf_thread_t *p_intf ) ...@@ -243,7 +243,7 @@ static void Run( intf_thread_t *p_intf )
p_input = vlc_object_find( p_intf, VLC_OBJECT_INPUT, FIND_ANYWHERE ); p_input = vlc_object_find( p_intf, VLC_OBJECT_INPUT, FIND_ANYWHERE );
if( p_input ) if( p_input )
{ {
if( PLAYING_S == i_state ) if( PLAYING_S == p_input->i_state )
{ {
if( !p_intf->p_sys->i_cookie ) if( !p_intf->p_sys->i_cookie )
{ {
......
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