summaryrefslogtreecommitdiff
path: root/src/ui_dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_dispatch.h')
-rw-r--r--src/ui_dispatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui_dispatch.h b/src/ui_dispatch.h
index d43642a..9d87659 100644
--- a/src/ui_dispatch.h
+++ b/src/ui_dispatch.h
@@ -95,6 +95,8 @@ static const BarUiDispatchAction_t dispatchActions[BAR_KS_COUNT] = {
"act_managestation"},
{' ', BAR_DC_GLOBAL | BAR_DC_STATION, BarUiActPause, NULL,
"act_songpause2"},
+ {'v', BAR_DC_SONG, BarUiActCreateStationFromSong,
+ "create new station from song or artist", "act_stationcreatefromsong"},
};
#include <piano.h>