Fix wrong number for unmatchedPaths in ScanResult

This commit is contained in:
grimsi
2025-07-11 20:12:46 +02:00
parent 5cee5cb9e1
commit c3a62fa8bb
@@ -337,7 +337,7 @@ class LibraryService(
progress.result = LibraryScanResult(
new = persistedGames.size,
removed = removedGames.size,
unmatched = removedUnmatchedPaths.size
unmatched = newUnmatchedPaths.size
)
emit(progress)
}