Skip to content

Commit 9fe49ba

Browse files
authored
Merge pull request #2866 from josegonzalez/patch-1
feat: allow chd lookups in the hasheous database
2 parents 1019274 + 7fd7b74 commit 9fe49ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/handler/metadata/hasheous_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class HasheousRom(BaseRom):
5454
hasheous_metadata: NotRequired[HasheousMetadata]
5555

5656

57-
ACCEPTABLE_FILE_EXTENSIONS_BY_PLATFORM_SLUG = {UPS.DC: ["cue", "bin"]}
57+
ACCEPTABLE_FILE_EXTENSIONS_BY_PLATFORM_SLUG = {UPS.DC: ["bin", "chd", "cue"]}
5858

5959

6060
def extract_metadata_from_igdb_rom(rom: dict[str, Any]) -> IGDBMetadata:

0 commit comments

Comments
 (0)