Commit f6d64155 authored by Rémi Duraffort's avatar Rémi Duraffort

growl: fix compilation.

parent 83f58a50
......@@ -161,7 +161,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
input_thread_t *p_input;
playlist_t *p_playlist = pl_Hold( p_this );
p_input = p_playlist->p_input;
p_input = playlist_CurrentInput( p_playlist );
pl_Release( p_this );
if( !p_input ) return VLC_SUCCESS;
......
......@@ -123,7 +123,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
input_thread_t *p_input;
playlist_t *p_playlist = pl_Hold( p_this );
p_input = p_playlist->p_input;
p_input = playlist_CurrentInput( p_playlist );
pl_Release( p_this );
if( !p_input ) return VLC_SUCCESS;
......
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