add back prefetching album cover callback to iterators
This commit is contained in:
@@ -32,6 +32,8 @@ type Favorites struct {
|
||||
}
|
||||
|
||||
type MediaProvider interface {
|
||||
SetPrefetchCoverCallback(cb func(coverArtID string))
|
||||
|
||||
GetAlbum(albumID string) (*AlbumWithTracks, error)
|
||||
|
||||
GetArtist(artistID string) (*ArtistWithAlbums, error)
|
||||
|
||||
Reference in New Issue
Block a user