mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-09 22:08:04 -05:00
Embed tview.Table in some structs
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user