[ROMM-2943] Match scanned platform based on fs_slug

This commit is contained in:
Georges-Antoine Assi
2026-02-09 15:54:06 -05:00
parent 5d59133171
commit 9a8c9b03e3

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