sonos-java
sonos-java copied to clipboard
The library does not support zone name containing a space
When I try to execute a command on a zone such as "Living Room", the library tries to execute the command on the zones "Living" and "Room".
I changed the regex used in AbstractController.executeZoneCommands to avoid considering the space as a separator and it works like a charm.