switch artists page to grid view

This commit is contained in:
Drew Weymouth
2023-05-23 17:21:48 -07:00
parent 1686c563fe
commit 5acd9dd37f
7 changed files with 234 additions and 13 deletions
-2
View File
@@ -33,8 +33,6 @@ type GenrePage struct {
titleDisp *widget.RichText
playRandom *widget.Button
OnPlayAlbum func(string, int)
container *fyne.Container
}