Implement play_entry for artists_view

This commit is contained in:
aditya-K2
2023-05-01 23:05:59 +05:30
parent 9217b55ece
commit 28c2eed747
3 changed files with 14 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ var (
"artists_view": {
"normal": {
{K: tcell.KeyEnter}: "open_entry",
{K: tcell.KeyCtrlP}: "play_entry",
},
},
"artist_view": {