From 8ee24d8cb47939ff04fa42b1ae9719ebeba64d29 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 27 Oct 2021 21:45:24 -0400 Subject: onplay calls plugins to run other plugins Change-Id: I7c1593c93debc0ac5c0f1b2e839ec0eb1bd375b7 --- apps/tree.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/tree.c') 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) { case ONPLAY_MAINMENU: return GO_TO_ROOT; + break; case ONPLAY_OK: restore = true; @@ -817,6 +818,10 @@ static int dirbrowse(void) case ONPLAY_START_PLAY: return GO_TO_WPS; break; + + case ONPLAY_PLUGIN: + return GO_TO_PLUGIN; + break; } break; } -- cgit v1.2.3