Commit d6f1aefe authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 372698b8
......@@ -227,7 +227,7 @@ static int FindArt( playlist_fetcher_t *p_fetcher, input_item_t *p_item )
vlc_object_attach( p_finder, p_parent );
p_finder->p_item = p_item;
p_module = module_need( p_parent, "art finder", NULL, false );
p_module = module_need( p_finder, "art finder", NULL, false );
if( p_module )
{
module_unneed( p_finder, p_module );
......
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