Commit af96053d authored by Antoine Cellerier's avatar Antoine Cellerier

Fix compile error in muscibrainz.

Fix warning in id3tag.
parent 22bafc1a
......@@ -33,6 +33,7 @@
#include <vlc_interface.h>
#include <vlc_demux.h>
#include <vlc_playlist.h>
#include <vlc_charset.h>
#include <sys/types.h>
......
......@@ -165,6 +165,7 @@ static int GetData( vlc_object_t *p_obj, input_item_t *p_item,
i_ret = EMPTY_STR( psz_arturl ) ? VLC_SUCCESS : VLC_EGENERIC ;
free( psz_arturl );
return i_ret;
}
}
static int FindMetaMBId( vlc_object_t *p_this )
......
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