summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 06a59a6069..9d9ae613ed 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -318,13 +318,12 @@ bool dirbrowse(char *root)
318 play_mode = 2; 318 play_mode = 2;
319 play_list(currdir, dircacheptr[dircursor+start]->name); 319 play_list(currdir, dircacheptr[dircursor+start]->name);
320 } 320 }
321
322 else { 321 else {
323 play_mode = 1; 322 play_mode = 1;
324 mpeg_play(buf); 323 mpeg_play(buf);
325 lcd_stop_scroll();
326 wps_show();
327 } 324 }
325 lcd_stop_scroll();
326 wps_show();
328 } 327 }
329 restore = true; 328 restore = true;
330 break; 329 break;