Localstorage woes again; multiple requests; creating common components

This commit is contained in:
James Barnsley
2016-10-18 21:57:29 +13:00
parent bd3ac79055
commit 51bf248ac9
14 changed files with 179 additions and 17 deletions

4
src/js/bootstrap.js vendored
View File

@ -21,6 +21,10 @@ var initialState = {
mopidy: {
host: window.location.hostname,
port: 6680
},
spotify: {
country: 'NZ',
locale: 'en_NZ'
}
};