From 7fd7b74b7ea12d1a26366d1191797c2f9b87eea5 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 3 Jan 2026 20:16:58 -0500 Subject: [PATCH] Update backend/handler/metadata/hasheous_handler.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- backend/handler/metadata/hasheous_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/handler/metadata/hasheous_handler.py b/backend/handler/metadata/hasheous_handler.py index 7714536c3..c0c13c512 100644 --- a/backend/handler/metadata/hasheous_handler.py +++ b/backend/handler/metadata/hasheous_handler.py @@ -54,7 +54,7 @@ class HasheousRom(BaseRom): hasheous_metadata: NotRequired[HasheousMetadata] -ACCEPTABLE_FILE_EXTENSIONS_BY_PLATFORM_SLUG = {UPS.DC: ["cue", "bin", "chd"]} +ACCEPTABLE_FILE_EXTENSIONS_BY_PLATFORM_SLUG = {UPS.DC: ["bin", "chd", "cue"]} def extract_metadata_from_igdb_rom(rom: dict[str, Any]) -> IGDBMetadata: