mirror of
https://github.com/rommapp/romm.git
synced 2026-06-29 15:25:46 +00:00
When sending a hash lookup to ScreenScraper, romnom was always set to the archive filename on disk (e.g. Mario.zip). For single-file archives, the hash is computed from the internal file (e.g. mario.n64), so sending the archive name sends slightly incorrect info to ss.fr during a KO scrape. When archive_members has exactly one entry, romnom now uses that member's name. Multi-file archives and non-archive files continue to use the filesystem filename unchanged. Closes #3444 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>