summaryrefslogtreecommitdiff
path: root/src/ui_act.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-08-10 10:36:03 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-08-10 10:40:50 +0200
commit3a196f51581ffca2d2a902e83a9b69ac4702316c (patch)
treee19c3474e46ab4da4c9f08a24f0082cc3290c7e8 /src/ui_act.h
parentbf814cabd1e9913d6153b65f97ad851be3da9b29 (diff)
downloadpianobar-3a196f51581ffca2d2a902e83a9b69ac4702316c.tar.gz
pianobar-3a196f51581ffca2d2a902e83a9b69ac4702316c.tar.bz2
pianobar-3a196f51581ffca2d2a902e83a9b69ac4702316c.zip
Add feature to change Pandora settings
Currently exposed settings: Username, password and explicit content filter. New key for settings is ‘!’, changeable with “act_settings”. Fixes issues #524 and #506.
Diffstat (limited to 'src/ui_act.h')
-rw-r--r--src/ui_act.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui_act.h b/src/ui_act.h
index a9ce4ee..676fbb4 100644
--- a/src/ui_act.h
+++ b/src/ui_act.h
@@ -61,5 +61,6 @@ BarUiActCallback(BarUiActVolDown);
BarUiActCallback(BarUiActVolUp);
BarUiActCallback(BarUiActManageStation);
BarUiActCallback(BarUiActVolReset);
+BarUiActCallback(BarUiActSettings);
#endif /* SRC_UI_ACT_H_1FEFTC06 */