mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Improve support for older versions of the server
This commit is contained in:
@@ -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?
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user