summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c3
-rw-r--r--docs/CREDITS1
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 80132449e9..4556d86c53 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -63,6 +63,7 @@
63#include "dircache.h" 63#include "dircache.h"
64#include "tagcache.h" 64#include "tagcache.h"
65#include "yesno.h" 65#include "yesno.h"
66#include "gwps-common.h"
66 67
67/* gui api */ 68/* gui api */
68#include "list.h" 69#include "list.h"
@@ -643,6 +644,8 @@ static bool dirbrowse(void)
643 /* Stop the music if it is playing */ 644 /* Stop the music if it is playing */
644 if(audio_status()) { 645 if(audio_status()) {
645 if (!global_settings.party_mode) 646 if (!global_settings.party_mode)
647 if (global_settings.fade_on_stop)
648 fade(0);
646 audio_stop(); 649 audio_stop();
647 } 650 }
648#if defined(CONFIG_CHARGING) && \ 651#if defined(CONFIG_CHARGING) && \
diff --git a/docs/CREDITS b/docs/CREDITS
index 2e51aad85d..b0c6dc2dd2 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -207,3 +207,4 @@ Ewan Davies
207Frédéric François 207Frédéric François
208Marc-André Moreau 208Marc-André Moreau
209Ioannis Koutoulakis 209Ioannis Koutoulakis
210Alistair Marshall