another big refactor to make code more manageable
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ type AlbumGrid struct {
|
||||
fetching bool
|
||||
done bool
|
||||
|
||||
imageFetcher func(string) (image.Image, error)
|
||||
imageFetcher ImageFetcher
|
||||
OnPlayAlbum func(string)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user