mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-13 09:06:43 +02:00
Add experimental TCP and UDP streams
This commit is contained in:
parent
6e138ff49f
commit
646c7593c1
9 changed files with 365 additions and 7 deletions
|
@ -170,9 +170,7 @@ json PcmStream::toJson() const
|
|||
state = "disabled";
|
||||
|
||||
json j = {
|
||||
{"uri", uri_.toJson()},
|
||||
{"id", getId()},
|
||||
{"status", state},
|
||||
{"uri", uri_.toJson()}, {"id", getId()}, {"status", state},
|
||||
};
|
||||
|
||||
if (meta_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue