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