Make CustomMangaInfo stable

This commit is contained in:
Jobobby04 2022-11-29 20:12:54 -05:00
parent b7561184ea
commit d18625c69f

View File

@ -92,7 +92,7 @@ class CustomMangaManager(val context: Context) {
}
data class CustomMangaInfo(
var id: Long,
val id: Long,
val title: String?,
val author: String? = null,
val artist: String? = null,