summaryrefslogtreecommitdiff
path: root/apps/plugins/lastfm_scrobbler.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lastfm_scrobbler.c')
-rw-r--r--apps/plugins/lastfm_scrobbler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lastfm_scrobbler.c b/apps/plugins/lastfm_scrobbler.c
index dce6be0d1e..c835533b1f 100644
--- a/apps/plugins/lastfm_scrobbler.c
+++ b/apps/plugins/lastfm_scrobbler.c
@@ -160,6 +160,8 @@ static int config_settings_menu(void)
160 case 3: 160 case 3:
161 rb->set_int("Beep Level", "", UNIT_INT, 161 rb->set_int("Beep Level", "", UNIT_INT,
162 &gConfig.beeplvl, NULL, 1, 0, 10, NULL); 162 &gConfig.beeplvl, NULL, 1, 0, 10, NULL);
163 if (gConfig.beeplvl > 0)
164 rb->beep_play(1500, 100, 100 * gConfig.beeplvl);
163 case 4: /*sep*/ 165 case 4: /*sep*/
164 continue; 166 continue;
165 case 5: 167 case 5: