Mutability, #100

This commit is contained in:
James Barnsley
2017-05-19 11:33:06 +12:00
parent d13f0a2265
commit 06f9c1d0b9
6 changed files with 44 additions and 44 deletions

1
src/js/bootstrap.js vendored
View File

@ -29,6 +29,7 @@ var initialState = {
connected: false,
host: window.location.hostname,
port: (window.location.port ? window.location.port : '80'),
mute: false,
volume: 0,
progress: 0,
play_state: false