mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 23:49:16 +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))
|
mangaEntries.add(backupMangaObject(manga, flags))
|
||||||
|
|
||||||
// Maintain set of extensions/sources used (excludes local source)
|
// 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}")
|
extensions.add("${manga.source}:${sourceManager.get(manga.source)!!.name}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user