diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-02-12 16:42:03 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-02-12 16:44:09 +0100 |
commit | bfef5030e9d52e055b2ecbc71866f0d8346b0e0a (patch) | |
tree | 4d3f0c440d6458a4e6307fb558a862c317cd3bfd /src/settings.c | |
parent | 9c767e7ef973e6f75818f80b8e42f96ce13c4979 (diff) | |
download | pianobar-windows-bfef5030e9d52e055b2ecbc71866f0d8346b0e0a.tar.gz pianobar-windows-bfef5030e9d52e055b2ecbc71866f0d8346b0e0a.tar.bz2 pianobar-windows-bfef5030e9d52e055b2ecbc71866f0d8346b0e0a.zip |
Shared stations can be added
Diffstat (limited to 'src/settings.c')
-rw-r--r-- | src/settings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.c b/src/settings.c index e3e811a..63d5937 100644 --- a/src/settings.c +++ b/src/settings.c @@ -137,6 +137,8 @@ void BarSettingsRead (BarSettings_t *settings) { {'i', BarUiActSongInfo, "print verbose information about current song", "act_songinfo", NULL}, + {'j', BarUiActAddSharedStation, "add shared station", + "act_addshared", NULL}, {'m', BarUiActMoveSong, "move song to different station", "act_songmove", NULL}, {'n', BarUiActSkipSong, "next song", "act_songnext", NULL}, |