Localstorage woes again; multiple requests; creating common components
This commit is contained in:
4
src/js/bootstrap.js
vendored
4
src/js/bootstrap.js
vendored
@ -21,6 +21,10 @@ var initialState = {
|
||||
mopidy: {
|
||||
host: window.location.hostname,
|
||||
port: 6680
|
||||
},
|
||||
spotify: {
|
||||
country: 'NZ',
|
||||
locale: 'en_NZ'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user