mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-10 06:18:03 -05:00
Make progressBar the refreshable for search_view.play_entry
This commit is contained in:
@@ -291,7 +291,7 @@ func NewApplication() *tview.Application {
|
||||
"play_entry": NewAction(func(e *tcell.EventKey) *tcell.EventKey {
|
||||
searchView.PlaySelectEntry()
|
||||
return nil
|
||||
}, nil),
|
||||
}, progressBar),
|
||||
}))
|
||||
artistsView.SetActions(utils.MergeMaps(globalActions, map[string]*Action{
|
||||
"open_entry": NewAction(func(e *tcell.EventKey) *tcell.EventKey {
|
||||
|
||||
Reference in New Issue
Block a user