Merge branch 'develop'

This commit is contained in:
James Barnsley
2018-10-03 21:03:01 +13:00

View File

@ -62,9 +62,9 @@ class OutputControl extends React.Component{
for (var key in this.props.snapcast_clients){
if (this.props.snapcast_clients.hasOwnProperty(key)){
var client = this.props.snapcast_clients[key];
//if (client.connected){
if (client.connected){
clients.push(client);
//}
}
}
}