Skip to content

Commit 2a69f3f

Browse files
committed
add ChildCount to Metadata model
1 parent 834554e commit 2a69f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ type Metadata struct {
4848
AddedAt int `json:"addedAt"`
4949
Art string `json:"art"`
5050
ContentRating string `json:"contentRating"`
51+
ChildCount int `json:"childCount"`
5152
Duration int `json:"duration"`
5253
GrandparentArt string `json:"grandparentArt"`
5354
GrandparentKey string `json:"grandparentKey"`

0 commit comments

Comments
 (0)