mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Merge pull request #3008 from rommapp/romm-2943
[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