mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 10:21:46 +02:00
Add "mute" to stream API
This commit is contained in:
parent
60dc1aa48a
commit
9e3c0fdf55
12 changed files with 47 additions and 10 deletions
|
@ -190,6 +190,7 @@ TEST_CASE("Properties")
|
|||
"loopStatus": "track",
|
||||
"shuffle": false,
|
||||
"volume": 42,
|
||||
"mute": false,
|
||||
"position": 23.0
|
||||
}
|
||||
)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue