add edit/delete playlist functionality

This commit is contained in:
Drew Weymouth
2023-03-17 17:17:02 -07:00
parent 69314696a0
commit 60b7b93ee2
5 changed files with 152 additions and 8 deletions
+4
View File
@@ -209,6 +209,10 @@ func (b *BrowsingPane) Reload() {
}
}
func (b *BrowsingPane) CurPage() controller.Route {
return b.curPage.Route()
}
func (b *BrowsingPane) CreateRenderer() fyne.WidgetRenderer {
return widget.NewSimpleRenderer(b.container)
}