bug fixes
first working version of re-processing add metadata version to api updates
This commit is contained in:
parent
1f7017f3d0
commit
aecfc67f84
6 changed files with 17 additions and 12 deletions
sdk
|
@ -183,6 +183,7 @@ func (a *APIConfig) MarkVideoStatus(channelID string, videoID string, status str
|
|||
vals.Add("published_at", strconv.FormatInt(time.Now().Unix(), 10))
|
||||
vals.Add("claim_id", claimID)
|
||||
vals.Add("claim_name", claimName)
|
||||
vals.Add("metadata_version", "2")
|
||||
if size != nil {
|
||||
vals.Add("size", strconv.FormatInt(*size, 10))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue