Skip to content

Commit cf50f06

Browse files
committed
fix search endpoint excluding lb and hltb
1 parent df7c954 commit cf50f06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/endpoints/search.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ async def search_rom(
6262
and not meta_ss_handler.is_enabled()
6363
and not meta_moby_handler.is_enabled()
6464
and not meta_flashpoint_handler.is_enabled()
65+
and not meta_launchbox_handler.is_enabled()
66+
and not meta_hltb_handler.is_enabled()
6567
):
6668
log.error("Search error: No metadata providers enabled")
6769
raise HTTPException(

0 commit comments

Comments
 (0)