mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Fix backup failing when source isn't installed
This commit is contained in:
parent
23a8e31791
commit
0a6de2b3ea
@ -131,7 +131,7 @@ class BackupManager(val context: Context, version: Int = CURRENT_VERSION) {
|
||||
mangaEntries.add(backupMangaObject(manga, flags))
|
||||
|
||||
// Maintain set of extensions/sources used (excludes local source)
|
||||
if (manga.source != 0L) {
|
||||
if (manga.source != 0L && sourceManager.get(manga.source) != null) {
|
||||
extensions.add("${manga.source}:${sourceManager.get(manga.source)!!.name}")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user