mirror of
https://github.com/rommapp/romm.git
synced 2026-06-29 23:35:47 +00:00
remove also check on igdb for pn
This commit is contained in:
@@ -60,8 +60,7 @@ def heartbeat() -> HeartbeatResponse:
|
||||
"RA_API_ENABLED": RA_API_ENABLED,
|
||||
"LAUNCHBOX_API_ENABLED": LAUNCHBOX_API_ENABLED,
|
||||
"HASHEOUS_API_ENABLED": HASHEOUS_API_ENABLED,
|
||||
# Platmatch requires use of the IGDB API
|
||||
"PLAYMATCH_API_ENABLED": PLAYMATCH_API_ENABLED and IGDB_API_ENABLED,
|
||||
"PLAYMATCH_API_ENABLED": PLAYMATCH_API_ENABLED,
|
||||
},
|
||||
"FILESYSTEM": {
|
||||
"FS_PLATFORMS": fs_platform_handler.get_platforms(),
|
||||
|
||||
Reference in New Issue
Block a user