We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac415c commit 2e33493Copy full SHA for 2e33493
videobox/videobox.go
@@ -19,7 +19,7 @@ type Video struct {
19
DownloadTotal int64 `json:"downloadTotal,omitempty"`
20
DownloadComplete int64 `json:"downloadComplete,omitempty"`
21
DownloadEstimatedCompletion *time.Time `json:"downloadCompleteEstimate,omitempty"`
22
- TotalFrames int `json:"framesCount,omitempty"`
+ FramesCount int `json:"framesCount,omitempty"`
23
FramesComplete int `json:"framesComplete"`
24
LastFrameBase64 string `json:"lastFrameBase64,omitempty"`
25
MillisecondsComplete int `json:"millisecondsComplete"`
0 commit comments