Commit 0f8751b8 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix msn plugin.

Note to zorglub: please test changes before commiting.
parent 33cec100
...@@ -166,11 +166,9 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var, ...@@ -166,11 +166,9 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
char *psz_album = NULL; char *psz_album = NULL;
input_thread_t *p_input; input_thread_t *p_input;
int i,j;
if( !p_intf->p_sys ) return VLC_SUCCESS; if( !p_intf->p_sys ) return VLC_SUCCESS;
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 ); FIND_ANYWHERE );
if( !p_playlist ) return VLC_EGENERIC; 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