mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix: Fix build
This commit is contained in:
parent
71e7545b29
commit
6e87bee93c
1 changed files with 1 additions and 3 deletions
|
@ -54,9 +54,7 @@ class BackupRestorer(
|
|||
|
||||
restoreAmount = backup.backupManga.size + 3 // +3 for categories, app prefs, source prefs
|
||||
|
||||
// Store source mapping for error messages
|
||||
val backupMaps = backup.backupBrokenSources.map { BackupSource(it.name, it.sourceId) } + backup.backupSources
|
||||
sourceMapping = backupMaps.associate { it.sourceId to it.name }
|
||||
sourceMapping = backup.backupSources.associate { it.sourceId to it.name }
|
||||
|
||||
coroutineScope {
|
||||
// Restore categories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue