Commit ed0efd1a authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

input/meta.c: Avoid by passing cache when not needed.

parent 6a4fbd2f
......@@ -324,8 +324,6 @@ static int __input_FindArtInCache( vlc_object_t *p_obj, input_item_t *p_item )
char * psz_filename;
DIR * p_dir;
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