This commit is contained in:
GenzPN
2025-02-07 21:11:53 +07:00
committed by GitHub
parent 395709fc01
commit 96224a97bc
2 changed files with 248 additions and 69 deletions

View File

@@ -218,12 +218,12 @@ type AutoGenerated struct {
} `json:"playParams"`
IsCompilation bool `json:"isCompilation"`
EditorialVideo struct {
MotionDetailTall struct {
Video string `json:"video"`
} `json:"motionDetailTall"`
MotionDetailSquare struct {
Video string `json:"video"`
} `json:"motionDetailSquare"`
MotionSquareVideo1x1 struct {
Video string `json:"video"`
} `json:"motionSquareVideo1x1"`
} `json:"editorialVideo"`
} `json:"attributes"`
Relationships struct {