mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-10 06:41:42 +02:00
report stream state
This commit is contained in:
parent
cd2daa2cf9
commit
94629f9909
9 changed files with 79 additions and 12 deletions
|
@ -114,7 +114,7 @@ json StreamManager::toJson() const
|
|||
{
|
||||
json result = json::array();
|
||||
for (auto stream: streams_)
|
||||
result.push_back(stream->getUri().toJson());
|
||||
result.push_back(stream->toJson());
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue