mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
Set image_url as cover_path option in gamelist.xml
This commit is contained in:
@@ -331,7 +331,7 @@ class GamelistHandler(MetadataHandler):
|
||||
)
|
||||
|
||||
# Choose which cover style to use
|
||||
cover_path = rom_metadata["box2d_url"]
|
||||
cover_path = rom_metadata["box2d_url"] or rom_metadata["image_url"]
|
||||
if cover_path:
|
||||
cover_path_path = fs_platform_handler.validate_path(
|
||||
f"{platform_dir}/{cover_path}"
|
||||
|
||||
Reference in New Issue
Block a user