output/snapcast/protocol: swap "received" and "sent"
Snapcast's protocol documentation is wrong, see https://github.com/badaix/snapcast/pull/811
This commit is contained in:
parent
9b9522e3f5
commit
e875da5d38
@ -41,8 +41,8 @@ struct SnapcastBase {
|
||||
PackedLE16 type;
|
||||
PackedLE16 id;
|
||||
PackedLE16 refers_to;
|
||||
SnapcastTimestamp received;
|
||||
SnapcastTimestamp sent;
|
||||
SnapcastTimestamp received;
|
||||
PackedLE32 size;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user