Commit 1f8d74b9 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

input/meta.c: Attempt to find art in input_ArtFind even if there is no meta. Title is enough.

parent 9800a265
......@@ -120,9 +120,6 @@ int input_ArtFind( playlist_t *p_playlist, input_item_t *p_item )
module_t *p_module;
char *psz_title, *psz_artist, *psz_album;
if( !p_item->p_meta )
return VLC_EGENERIC;
psz_artist = input_item_GetArtist( p_item );
psz_album = input_item_GetAlbum( p_item );
psz_title = input_item_GetTitle( p_item );
......
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