Fix bulk library migration not working correctly

This commit is contained in:
Jays2Kings 2022-05-08 00:39:23 -04:00 committed by GitHub
parent 819d16e67c
commit 750e39389c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1862,7 +1862,7 @@ class LibraryController(
PreMigrationController.navigateToMigration(
skipPre,
router,
selectedMangas.filter { it.isLocal() }.mapNotNull { it.id },
selectedMangas.filter { !it.isLocal() }.mapNotNull { it.id },
)
destroyActionModeIfNeeded()
}