Clean up and improve core handling for album art. Still only "always fetch" implemented
Showing
... | ... | @@ -45,12 +45,15 @@ typedef struct preparse_item_t |
vlc_bool_t b_fetch_art; | ||
} preparse_item_t; | ||
struct playlist_secondary_preparse_t | ||
struct playlist_fetcher_t | ||
{ | ||
VLC_COMMON_MEMBERS | ||
< |