mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
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:
committed by
GitHub
parent
6dea9f45b2
commit
7fd7b74b7e
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user