mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Fix wrong number for unmatchedPaths in ScanResult
This commit is contained in:
@@ -337,7 +337,7 @@ class LibraryService(
|
|||||||
progress.result = LibraryScanResult(
|
progress.result = LibraryScanResult(
|
||||||
new = persistedGames.size,
|
new = persistedGames.size,
|
||||||
removed = removedGames.size,
|
removed = removedGames.size,
|
||||||
unmatched = removedUnmatchedPaths.size
|
unmatched = newUnmatchedPaths.size
|
||||||
)
|
)
|
||||||
emit(progress)
|
emit(progress)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user