Commit e875da5d authored by Max Kellermann's avatar Max Kellermann

output/snapcast/protocol: swap "received" and "sent"

Snapcast's protocol documentation is wrong, see https://github.com/badaix/snapcast/pull/811
parent 9b9522e3
......@@ -41,8 +41,8 @@ struct SnapcastBase {
PackedLE16 type;
PackedLE16 id;
PackedLE16 refers_to;
SnapcastTimestamp received;
SnapcastTimestamp sent;
SnapcastTimestamp received;
PackedLE32 size;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment