Skip to content

Commit

Permalink
Merge pull request #33 from agorman/extra-fields
Browse files Browse the repository at this point in the history
Adding FieldOrder to Stream struct
  • Loading branch information
vansante authored Jun 26, 2022
2 parents ca0e57e + 8fb928e commit d37c6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions probedata.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ type Stream struct {
Disposition StreamDisposition `json:"disposition,omitempty"`
TagList Tags `json:"tags"`
Tags StreamTags `json:"-"` // Deprecated: Use TagList instead
FieldOrder string `json:"field_order,omitempty"`
Profile string `json:"profile,omitempty"`
Width int `json:"width"`
Height int `json:"height"`
Expand Down

0 comments on commit d37c6cb

Please sign in to comment.