Make progressBar the refreshable for search_view.play_entry

This commit is contained in:
aditya-K2
2023-05-01 13:56:50 +05:30
parent 11bcd1786c
commit c9ee24807e

View File

@@ -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 {