Stats chart for single manga

This commit is contained in:
Koitharu
2024-03-04 14:42:31 +02:00
parent f7a70680bd
commit 876675445d
18 changed files with 186 additions and 88 deletions

View File

@@ -73,6 +73,7 @@ class JsonSerializerTest {
scroll = 24.0f,
percent = 0.6f,
deletedAt = 0L,
chaptersCount = 12,
)
val json = JsonSerializer(entity).toJson()
val result = JsonDeserializer(json).toHistoryEntity()