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/onplay.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index a5a92e7c1c..83b24da78d 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -1576,6 +1576,8 @@ static bool onplay_load_plugin(void *param) int ret = filetype_load_plugin((const char*)param, selected_file); if (ret == PLUGIN_USB_CONNECTED) onplay_result = ONPLAY_RELOAD_DIR; + else if (ret == PLUGIN_GOTO_PLUGIN) + onplay_result = ONPLAY_PLUGIN; return false; } -- cgit v1.2.3