summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index e768893b70..fd2ce3b02e 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -31,6 +31,7 @@
31#include "play.h" 31#include "play.h"
32#include "main_menu.h" 32#include "main_menu.h"
33#include "sprintf.h" 33#include "sprintf.h"
34#include "mpeg.h"
34 35
35#ifdef HAVE_LCD_BITMAP 36#ifdef HAVE_LCD_BITMAP
36#include "icons.h" 37#include "icons.h"
@@ -211,6 +212,8 @@ bool dirbrowse(char *root)
211 dircursor=0; 212 dircursor=0;
212 lcd_puts(0, LINE_Y+dircursor, "-"); 213 lcd_puts(0, LINE_Y+dircursor, "-");
213 } 214 }
215 else
216 mpeg_stop();
214 217
215 break; 218 break;
216 219