Skip to content

Commit

Permalink
Fix at book download (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
siper authored Jan 31, 2024
1 parent 30b57da commit b20d197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b20d197

Please sign in to comment.