Update backend/handler/metadata/hasheous_handler.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Jose Diaz-Gonzalez
2026-01-03 20:16:58 -05:00
committed by GitHub
parent 6dea9f45b2
commit 7fd7b74b7e

View File

@@ -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: