summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 6187cf425b..08e699e781 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -605,6 +605,8 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter)
605#else 605#else
606 int i; 606 int i;
607 607
608 scrobbler_poweroff();
609
608#if CONFIG_CHARGING && !defined(HAVE_POWEROFF_WHILE_CHARGING) 610#if CONFIG_CHARGING && !defined(HAVE_POWEROFF_WHILE_CHARGING)
609 if(!charger_inserted()) 611 if(!charger_inserted())
610#endif 612#endif