Changed: New covers when game or cover art not found Changed: Improved build process and release tagging Changed: Improved error handling and logging Fixed: Validation is run on config.yml file to ensure compatibility Fixed: Downloading single file from multi-file roms ...
(rom: { platform_name: string }) => rom.platform_name == selectedPlatform.value?.platform_name rom.platform_name == selectedPlatform.value?.platform_name, ) as SimpleRom[]; } } @@ -73,7 +73,7 @@ async function searchRoms() { platform_name: rom.platform_name, platform_slug: rom...