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:
		@@ -41,8 +41,8 @@ struct SnapcastBase {
 | 
				
			|||||||
	PackedLE16 type;
 | 
						PackedLE16 type;
 | 
				
			||||||
	PackedLE16 id;
 | 
						PackedLE16 id;
 | 
				
			||||||
	PackedLE16 refers_to;
 | 
						PackedLE16 refers_to;
 | 
				
			||||||
	SnapcastTimestamp received;
 | 
					 | 
				
			||||||
	SnapcastTimestamp sent;
 | 
						SnapcastTimestamp sent;
 | 
				
			||||||
 | 
						SnapcastTimestamp received;
 | 
				
			||||||
	PackedLE32 size;
 | 
						PackedLE32 size;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user