🔊 Update rom to show name only
This commit is contained in:
parent
4fa859f737
commit
2c76ac3f66
@ -60,7 +60,7 @@ for console in path.iterdir():
|
||||
"ref" in metadata or "logo" in metadata
|
||||
):
|
||||
ref = metadata["ref"] if "ref" in metadata else id
|
||||
print(f"Found {ref} for {rom}")
|
||||
print(f"Found {ref} for {rom.name}")
|
||||
metas[hash] = {"ref": ref}
|
||||
break
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user