startup.js: Flesh out response a bit
amdaemon expects a bunch of stuff to be present here before it will talk to AimeDB, whereas for Chunithm and Diva we got away with leaving it mostly blank.
This commit is contained in:
+10
-10
@@ -57,16 +57,16 @@ app.post('/sys/servlet/PowerOn', function (req, resp) {
|
||||
stat: 1,
|
||||
uri: `http://${os.hostname()}:9000/`,
|
||||
host: '',
|
||||
place_id: '',
|
||||
name: '',
|
||||
nickname: '',
|
||||
region0: '',
|
||||
region_name0: '',
|
||||
region_name1: '',
|
||||
region_name2: '',
|
||||
region_name3: '',
|
||||
country: '',
|
||||
allnet_id: '',
|
||||
place_id: '123',
|
||||
name: 'Name',
|
||||
nickname: 'Nick',
|
||||
region0: '1',
|
||||
region_name0: 'W',
|
||||
region_name1: 'X',
|
||||
region_name2: 'Y',
|
||||
region_name3: 'Z',
|
||||
country: 'JPN',
|
||||
allnet_id: '456',
|
||||
|
||||
// Always UTC to simplify the segatools fake time system
|
||||
// (which is used to skip the hardcoded 2AM - 7AM warn/unplayable period)
|
||||
|
||||
Reference in New Issue
Block a user