Skip to content

Commit

Permalink
修复追番数据可能无法加载
Browse files Browse the repository at this point in the history
  • Loading branch information
aaa1115910 committed Nov 25, 2023
1 parent d85ce71 commit 4a64b2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ data class WebFollowingSeason(
@Serializable
data class Section(
@SerialName("ban_area_show")
val banAreaShow: Int,
val banAreaShow: Int? = null,
val copyright: String,
@SerialName("episode_ids")
val episodeIds: List<Int>,
Expand Down

0 comments on commit 4a64b2b

Please sign in to comment.