Merge pull request #3008 from rommapp/romm-2943

[ROMM-2943] Match scanned platform based on fs_slug
This commit is contained in:
Georges-Antoine Assi
2026-02-09 16:09:00 -05:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ const processRomUpdates = debounce(() => {
}
let scannedPlatform = scanningPlatforms.value.find(
(p) => p.slug === rom.platform_slug,
(p) => p.fs_slug === rom.platform_fs_slug,
);
// Add the platform if the socket dropped and it's missing