feat: update video cut and extract head image job
This commit is contained in:
7
backend/database/fields/medias.go
Normal file
7
backend/database/fields/medias.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package fields
|
||||
|
||||
type MediaMetas struct {
|
||||
ParentHash string `json:"parent_hash,omitempty"`
|
||||
Short bool `json:"short,omitempty"`
|
||||
Duration int64 `json:"duration,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user