Commit dc3f03c5 authored by Jérome Decoodt's avatar Jérome Decoodt

OBJECT_INPUT->OBJECT_PLAYLIST

Thanks to xtophe
parent 33983554
......@@ -145,7 +145,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
char *psz_album = NULL;
input_thread_t *p_input;
p_playlist = (playlist_t *)vlc_object_find( p_this, VLC_OBJECT_INPUT,
p_playlist = (playlist_t *)vlc_object_find( p_this, VLC_OBJECT_PLAYLIST,
FIND_ANYWHERE );
if( !p_playlist ) return VLC_EGENERIC;
......
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