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, 5 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index f50d424a82..7fcced92c8 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -805,6 +805,7 @@ static int dirbrowse(void)
805 { 805 {
806 case ONPLAY_MAINMENU: 806 case ONPLAY_MAINMENU:
807 return GO_TO_ROOT; 807 return GO_TO_ROOT;
808 break;
808 809
809 case ONPLAY_OK: 810 case ONPLAY_OK:
810 restore = true; 811 restore = true;
@@ -817,6 +818,10 @@ static int dirbrowse(void)
817 case ONPLAY_START_PLAY: 818 case ONPLAY_START_PLAY:
818 return GO_TO_WPS; 819 return GO_TO_WPS;
819 break; 820 break;
821
822 case ONPLAY_PLUGIN:
823 return GO_TO_PLUGIN;
824 break;
820 } 825 }
821 break; 826 break;
822 } 827 }