diff options
| -rw-r--r-- | apps/tree.c | 3 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index 8013244..4556d86 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -63,6 +63,7 @@ #include "dircache.h" #include "tagcache.h" #include "yesno.h" +#include "gwps-common.h" /* gui api */ #include "list.h" @@ -643,6 +644,8 @@ static bool dirbrowse(void) /* Stop the music if it is playing */ if(audio_status()) { if (!global_settings.party_mode) + if (global_settings.fade_on_stop) + fade(0); audio_stop(); } #if defined(CONFIG_CHARGING) && \ diff --git a/docs/CREDITS b/docs/CREDITS index 2e51aad..b0c6dc2 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -207,3 +207,4 @@ Ewan Davies Frédéric François Marc-André Moreau Ioannis Koutoulakis +Alistair Marshall |