From d553bb1149800daf16dcb92bc0608fe6248e1dab Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 28 Jul 2020 10:58:34 -0400 Subject: root_menu move tag cache init check to pictureflow plugin let pictureflow decide if the tag cache is ready instead of core Change-Id: I2ab9b375d773dbbc28ea41fbf7bb6fb361ace8fd --- apps/plugin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 28577ab251..2066d3a108 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -803,6 +803,10 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ + +#ifdef HAVE_TAGCACHE + tagcache_get_stat, +#endif }; static int plugin_buffer_handle; -- cgit v1.2.3