]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 23 Aug 2009 19:59:28 +0000 (22:59 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 23 Aug 2009 19:59:28 +0000 (22:59 +0300)
src/playlist/fetcher.c

index 9b6b705caa706a2e97030d5964f3ec5f16d72243..4a83ed5bb48175e0e8cfde5d805c3f992fce0d89 100644 (file)
@@ -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 );