Commit 8f50acc1 authored by Francois Cartegnie's avatar Francois Cartegnie

fetcher: fix setting pointer to out of scope var (cid #1215273)

parent 0aaacf56
......@@ -226,7 +226,7 @@ static int FindArt( playlist_fetcher_t *p_fetcher, input_item_t *p_item )
}
msg_Dbg( p_fetcher->object,
" will search at higher scope, if possible" );
p_album = &album;
p_album = &p_fetcher->albums.p_elems[fe_idx];
break;
}
FOREACH_END();
......
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