Skip to content

Commit

Permalink
Fix #432
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Nov 27, 2022
1 parent 2608e5e commit 7a28cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data class PlayerResponse(

@Serializable
data class StreamingData(
val formats: List<Format>,
val formats: List<Format>?,
val adaptiveFormats: List<Format>,
val expiresInSeconds: Int,
) {
Expand Down

0 comments on commit 7a28cf9

Please sign in to comment.