summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index ea13ddf..d991905 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -643,10 +643,10 @@ static bool dirbrowse(void)
{
/* Stop the music if it is playing */
if(audio_status()) {
- if (!global_settings.party_mode)
- {
+ if (!global_settings.party_mode) {
if (global_settings.fade_on_stop)
fade(0);
+ bookmark_autobookmark();
audio_stop();
}
}