mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-29 22:37:44 +02:00
Modified metadata interface to be tag independent, added JSON api.
This commit is contained in:
parent
67083975b0
commit
ce17b0010a
7 changed files with 116 additions and 33 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
|
||||
std::string serialize()
|
||||
{
|
||||
return METADATA + ":" + _msg->dump() + "\n";
|
||||
return METADATA + ":" + _msg->dump();
|
||||
}
|
||||
|
||||
void tag(std::string name, std::string value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue