mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:27:00 +00:00
[ROMM-2943] Match scanned platform based on fs_slug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user