use coverArt ID instead of album ID to fetch images

This commit is contained in:
Drew Weymouth
2023-03-20 18:14:02 -07:00
parent 9ad76397ff
commit 163d195032
7 changed files with 40 additions and 46 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ type AlbumIterator interface {
}
type LibraryManager struct {
PreCacheCoverFn func(string)
PreCacheCoverFn func(coverID string)
s *ServerManager
}