Skip to content

Commit 61fce76

Browse files
committed
修复无法打开 PGC 详细页(App接口)
1 parent 3bc6365 commit 61fce76

File tree

1 file changed

+1
-1
lines changed
  • bili-api/src/main/kotlin/dev/aaa1115910/biliapi/http/entity/season

1 file changed

+1
-1
lines changed

bili-api/src/main/kotlin/dev/aaa1115910/biliapi/http/entity/season/AppSeasonData.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ data class AppSeasonData(
4949
val playStrategy: PlayStrategy? = null,
5050
@SerialName("player_icon")
5151
val playerIcon: PlayerIcon? = null,
52-
val premieres: JsonArray,
52+
val premieres: JsonArray? = null,
5353
@SerialName("producer_title")
5454
val producerTitle: String? = null,
5555
val publish: Publish,

0 commit comments

Comments
 (0)