We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7c954 commit cf50f06Copy full SHA for cf50f06
backend/endpoints/search.py
@@ -62,6 +62,8 @@ async def search_rom(
62
and not meta_ss_handler.is_enabled()
63
and not meta_moby_handler.is_enabled()
64
and not meta_flashpoint_handler.is_enabled()
65
+ and not meta_launchbox_handler.is_enabled()
66
+ and not meta_hltb_handler.is_enabled()
67
):
68
log.error("Search error: No metadata providers enabled")
69
raise HTTPException(
0 commit comments