another big refactor to make code more manageable

This commit is contained in:
Drew Weymouth
2022-12-25 16:59:42 -08:00
parent 8a84128bc8
commit f792b473e8
9 changed files with 227 additions and 115 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ type AlbumGrid struct {
fetching bool
done bool
imageFetcher func(string) (image.Image, error)
imageFetcher ImageFetcher
OnPlayAlbum func(string)
}