summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index ea13ddfedb..d991905d10 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -643,10 +643,10 @@ static bool dirbrowse(void)
643 { 643 {
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 {
648 if (global_settings.fade_on_stop) 647 if (global_settings.fade_on_stop)
649 fade(0); 648 fade(0);
649 bookmark_autobookmark();
650 audio_stop(); 650 audio_stop();
651 } 651 }
652 } 652 }