change keybinding youtube_search keybinding to 's'

This commit is contained in:
raziman 2021-02-06 11:14:51 +08:00
parent f2f225a058
commit f2a1f9b9cf

View File

@ -147,7 +147,7 @@ func newPlaylist(args Args) *Playlist {
'D': "delete_playlist",
'd': "delete_file",
'Y': "download_audio",
'y': "youtube_search",
's': "youtube_search",
'l': "add_queue",
'L': "bulk_add",
'h': "close_node",