Beginning the upgrade of Snapcast with docker

This commit is contained in:
James Barnsley
2019-10-23 17:03:00 +13:00
parent 3e196f74ae
commit b75c2a67f8
8 changed files with 17 additions and 278 deletions

View File

@ -95,6 +95,11 @@ let state = {
enabled: false,
},
snapcast: {
enabled: false,
connected: false,
host: window.location.hostname,
port: '1780',
ssl: (window.location.protocol === 'https:'),
streams: {},
groups: {},
clients: {},