Fix crash with restoring backups

This commit is contained in:
Jobobby04 2023-04-18 16:59:22 -04:00
parent 301500dcef
commit 326489fef3

View File

@ -19,7 +19,7 @@ open class MangaImpl : Manga {
// SY -->
private val customManga: CustomMangaInfo?
get() = getCustomMangaInfo.get(id!!)
get() = id?.let { getCustomMangaInfo.get(it) }
override var title: String
get() = if (favorite) {