Improve support for older versions of the server

This commit is contained in:
Syer10
2022-12-31 12:52:35 -05:00
parent 6293b63f7d
commit 2737c9875c

View File

@@ -41,7 +41,7 @@ data class Manga(
val unreadCount: Int?,
val downloadCount: Int?,
val chapterCount: Int?,
val lastChapterRead: Chapter?,
val lastChapterRead: Chapter? = null,
val age: Long?,
val chaptersAge: Long?
)