diff options
Diffstat (limited to 'internal/pipewire/pod.go')
| -rw-r--r-- | internal/pipewire/pod.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pipewire/pod.go b/internal/pipewire/pod.go index 42055e19..6e13177d 100644 --- a/internal/pipewire/pod.go +++ b/internal/pipewire/pod.go @@ -445,9 +445,9 @@ func unmarshalCheckTypeBounds(data *[]byte, t Word, sizeP *Word) error { // the destination object defined by the Id field. type Footer[T any] struct { // The footer opcode. - Opcode Id + Opcode Id `json:"opcode"` // The footer payload struct. - Payload T + Payload T `json:"payload"` } // MarshalBinary satisfies [encoding.BinaryMarshaler] via [Marshal]. |
