use coverArt ID instead of album ID to fetch images
This commit is contained in:
@@ -9,7 +9,7 @@ type AlbumIterator interface {
|
||||
}
|
||||
|
||||
type LibraryManager struct {
|
||||
PreCacheCoverFn func(string)
|
||||
PreCacheCoverFn func(coverID string)
|
||||
|
||||
s *ServerManager
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user