diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/onplay.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index 234f3cc..42924a1 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -966,7 +966,8 @@ static int ratingitem_callback(int action,const struct menu_item_ex *this_item) switch (action) { case ACTION_REQUEST_MENUITEM: - if (!selected_file || !global_settings.runtimedb) + if (!selected_file || !global_settings.runtimedb || + !tagcache_is_usable()) return ACTION_EXIT_MENUITEM; break; } |