summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 0322c3933a..e5f4151891 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -644,9 +644,11 @@ static bool dirbrowse(void)
644 /* Stop the music if it is playing */ 644 /* Stop the music if it is playing */
645 if(audio_status()) { 645 if(audio_status()) {
646 if (!global_settings.party_mode) 646 if (!global_settings.party_mode)
647 {
647 if (global_settings.fade_on_stop) 648 if (global_settings.fade_on_stop)
648 fade(0); 649 fade(0);
649 audio_stop(); 650 audio_stop();
651 }
650 } 652 }
651#if defined(CONFIG_CHARGING) && \ 653#if defined(CONFIG_CHARGING) && \
652 (CONFIG_KEYPAD == RECORDER_PAD) && !defined(HAVE_SW_POWEROFF) 654 (CONFIG_KEYPAD == RECORDER_PAD) && !defined(HAVE_SW_POWEROFF)