Skip to content

Commit 2e33493

Browse files
committed
fixed incorrect field name
1 parent aac415c commit 2e33493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videobox/videobox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type Video struct {
1919
DownloadTotal int64 `json:"downloadTotal,omitempty"`
2020
DownloadComplete int64 `json:"downloadComplete,omitempty"`
2121
DownloadEstimatedCompletion *time.Time `json:"downloadCompleteEstimate,omitempty"`
22-
TotalFrames int `json:"framesCount,omitempty"`
22+
FramesCount int `json:"framesCount,omitempty"`
2323
FramesComplete int `json:"framesComplete"`
2424
LastFrameBase64 string `json:"lastFrameBase64,omitempty"`
2525
MillisecondsComplete int `json:"millisecondsComplete"`

0 commit comments

Comments
 (0)