preloadArtwork property

bool preloadArtwork
final

By default artworks are loaded only when the item is fed into AudioHandler.mediaItem.

If set to true, artworks for items start loading as soon as they are added to AudioHandler.queue.

Implementation

final bool preloadArtwork;