mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 05:53:16 -06:00
Merge branch 'go_123' into golangci-lint-upgrade
This commit is contained in:
commit
2693b8827d
19 changed files with 98 additions and 86 deletions
|
|
@ -160,7 +160,7 @@ type MediaDimensions struct {
|
|||
Duration float32 `json:"duration,omitempty"`
|
||||
// Bitrate of the media in bits per second.
|
||||
// example: 1000000
|
||||
Bitrate int `json:"bitrate,omitempty"`
|
||||
Bitrate uint64 `json:"bitrate,omitempty"`
|
||||
// Size of the media, in the format `[width]x[height]`.
|
||||
// Not set for audio.
|
||||
// example: 1920x1080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue