fix: 动态封面质量查找出错

This commit is contained in:
itouakirai
2025-02-12 19:43:08 +08:00
parent 53044d8678
commit 1d524651ce
2 changed files with 30 additions and 30 deletions

View File

@ -276,6 +276,12 @@ type AutoGenerated struct {
} `json:"playParams"`
IsCompilation bool `json:"isCompilation"`
EditorialVideo struct {
MotionTall struct {
Video string `json:"video"`
} `json:"motionTallVideo3x4"`
MotionSquare struct {
Video string `json:"video"`
} `json:"motionSquareVideo1x1"`
MotionDetailTall struct {
Video string `json:"video"`
} `json:"motionDetailTall"`