Skip to content

Commit

Permalink
Merge pull request #507 from vimeo/fix/play-source-field
Browse files Browse the repository at this point in the history
VCANDROID-1322 Fix the source field type
  • Loading branch information
anthonycr authored Aug 6, 2021
2 parents e63d5d6 + 309e696 commit eecde91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/src/main/java/com/vimeo/networking2/Play.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data class Play(

@Internal
@Json(name = "source")
val source: List<VideoSourceFile>? = null,
val source: VideoSourceFile? = null,

@Internal
@Json(name = "status")
Expand Down

0 comments on commit eecde91

Please sign in to comment.