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.
2 parents 1019274 + 7fd7b74 commit 9fe49baCopy full SHA for 9fe49ba
backend/handler/metadata/hasheous_handler.py
@@ -54,7 +54,7 @@ class HasheousRom(BaseRom):
54
hasheous_metadata: NotRequired[HasheousMetadata]
55
56
57
-ACCEPTABLE_FILE_EXTENSIONS_BY_PLATFORM_SLUG = {UPS.DC: ["cue", "bin"]}
+ACCEPTABLE_FILE_EXTENSIONS_BY_PLATFORM_SLUG = {UPS.DC: ["bin", "chd", "cue"]}
58
59
60
def extract_metadata_from_igdb_rom(rom: dict[str, Any]) -> IGDBMetadata:
0 commit comments