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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lastfm_scrobbler.c b/apps/plugins/lastfm_scrobbler.c
index 4d4940945d..7bd213b6d2 100644
--- a/apps/plugins/lastfm_scrobbler.c
+++ b/apps/plugins/lastfm_scrobbler.c
@@ -490,6 +490,7 @@ void thread(void)
490 rb->beep_play(1500, 100, 1000); 490 rb->beep_play(1500, 100, 1000);
491 break; 491 break;
492 case SYS_POWEROFF: 492 case SYS_POWEROFF:
493 case SYS_REBOOT:
493 gCache.force_flush = true; 494 gCache.force_flush = true;
494 /*fall through*/ 495 /*fall through*/
495 case EV_EXIT: 496 case EV_EXIT: