diff options
Diffstat (limited to 'apps/plugins/lastfm_scrobbler.c')
-rw-r--r-- | apps/plugins/lastfm_scrobbler.c | 2 |
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) case 3: rb->set_int("Beep Level", "", UNIT_INT, &gConfig.beeplvl, NULL, 1, 0, 10, NULL); + if (gConfig.beeplvl > 0) + rb->beep_play(1500, 100, 100 * gConfig.beeplvl); case 4: /*sep*/ continue; case 5: |