Skip to content

Commit 30bc915

Browse files
committed
fix: vQuality to videoQuality on post params
1 parent 7a38e27 commit 30bc915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type PostRequest struct {
88

99
// VideoQuality if the selected quality isn't available, closest one is used instead.
1010
// Default VideoQuality1080p
11-
VideoQuality VideoQuality `json:"vQuality,omitempty"`
11+
VideoQuality VideoQuality `json:"videoQuality,omitempty"`
1212

1313
// AudioFormat Format to re-encode audio into. If AudioFormatBest is selected, you get the audio the way it is on service's side.
1414
// Default AudioFormatMP3

0 commit comments

Comments
 (0)