rommapp / romm

A beautiful, powerful, self-hosted rom manager
https://romm.app
GNU Affero General Public License v3.0
2.37k stars 96 forks source link

fix: Show source image on each result for Manual match #1264

Closed adamantike closed 3 weeks ago

adamantike commented 3 weeks ago

The source image was not being shown on the results of the manual match dialog, because scrapper image names do not match the source names. To avoid this issue, the MatchedSource type was updated to include a logo_path property, which will be used to set the correct image path.

Before: romm-before

After: romm-after