]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
Clean up and improve core handling for album art. Still only "always fetch" implemented
[vlc] / include / vlc_playlist.h
index a8a98aa7b25aefe57d35d29ef581360b2720969c..5fea4f90cd877bc5911d342a3259ca9eaed06074 100644 (file)
@@ -141,7 +141,7 @@ struct playlist_t
     mtime_t               gc_date;
     vlc_bool_t            b_cant_sleep;
     playlist_preparse_t  *p_preparse; /**< Preparser object */
-    playlist_secondary_preparse_t *p_secondary_preparse;/**< Preparser object */
+    playlist_fetcher_t   *p_fetcher;/**< Meta and art fetcher object */
 
     vlc_mutex_t gc_lock;         /**< Lock to protect the garbage collection */