Embed tview.Table in some structs

This commit is contained in:
aditya-K2
2023-04-30 23:03:49 +05:30
parent 5492f5a2dd
commit 2be33ad27c
14 changed files with 53 additions and 57 deletions

View File

@@ -46,7 +46,7 @@ func (a *ArtistsView) Content() func() [][]Content {
}
func (a *ArtistsView) OpenArtist() {
r, _ := Main.Table.GetSelection()
r, _ := Main.GetSelection()
artistView.SetArtist(&(*a.followedArtists)[r].ID)
SetCurrentView(artistView)
}