From b20d197b68d1b501dc53f33cc62dff91af02f4ba Mon Sep 17 00:00:00 2001 From: Kirill Zhukov Date: Wed, 31 Jan 2024 21:14:06 +0300 Subject: [PATCH] Fix at book download (#47) --- src/main/kotlin/ru/stersh/bookcrawler/module/at/api/Work.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/stersh/bookcrawler/module/at/api/Work.kt b/src/main/kotlin/ru/stersh/bookcrawler/module/at/api/Work.kt index fd907b8..95ae5a7 100644 --- a/src/main/kotlin/ru/stersh/bookcrawler/module/at/api/Work.kt +++ b/src/main/kotlin/ru/stersh/bookcrawler/module/at/api/Work.kt @@ -81,7 +81,7 @@ data class Work( @SerialName("secondSubGenreId") val secondSubGenreId: Long?, @SerialName("seriesId") - val seriesId: Long, + val seriesId: Long?, @SerialName("seriesNextWorkId") val seriesNextWorkId: Long?, @SerialName("seriesOrder")