Skip to content

Commit

Permalink
fix: vQuality to videoQuality on post params
Browse files Browse the repository at this point in the history
  • Loading branch information
andresperezl committed Nov 16, 2024
1 parent 7a38e27 commit 30bc915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type PostRequest struct {

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

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

0 comments on commit 30bc915

Please sign in to comment.