Minor cleanup

This commit is contained in:
Syer10
2022-12-22 16:44:38 -05:00
parent 644019850b
commit 0c58727dd5
3 changed files with 3 additions and 5 deletions

View File

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