mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix bulk library migration not working correctly
This commit is contained in:
parent
819d16e67c
commit
750e39389c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue