mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
remote_media_req built a MediaRequest with platform_name=None, which made _build_local_media_context bail and never search on-disk Images/Manuals/Videos. Any rom that matched only via Metadata.xml (no local XML entry) ended up with images: [] even though LaunchBox art was sitting on disk. Thread platform_name and fs_name into remote_media_req, falling back to the remote entry's Platform field when no slug is available (e.g. lookups by database id). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>