add unpublished status
This commit is contained in:
parent
af13ec5684
commit
a648287e1c
1 changed files with 3 additions and 2 deletions
|
@ -83,8 +83,9 @@ const (
|
|||
var SyncStatuses = []string{StatusPending, StatusPendingEmail, StatusQueued, StatusSyncing, StatusSynced, StatusFailed, StatusFinalized, StatusAbandoned}
|
||||
|
||||
const (
|
||||
VideoStatusPublished = "published"
|
||||
VideoStatusFailed = "failed"
|
||||
VideoStatusPublished = "published"
|
||||
VideoStatusFailed = "failed"
|
||||
VideoStatusUnpublished = "unpublished"
|
||||
)
|
||||
|
||||
func (s *SyncManager) Start() error {
|
||||
|
|
Loading…
Add table
Reference in a new issue