summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 9689ac5ae9..d3ee244ff6 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -851,7 +851,7 @@ bool dirbrowse(char *root)
851 break; 851 break;
852 852
853 case BUTTON_ON: 853 case BUTTON_ON:
854 if (mpeg_is_playing()) 854 if (mpeg_status() & MPEG_STATUS_PLAY)
855 { 855 {
856 lcd_stop_scroll(); 856 lcd_stop_scroll();
857 if (wps_show() == SYS_USB_CONNECTED) 857 if (wps_show() == SYS_USB_CONNECTED)