Fix ahms' remains fixid
This commit is contained in:
parent
bf4c63a39d
commit
8d137eea00
4 changed files with 5 additions and 4 deletions
|
@ -701,6 +701,7 @@
|
|||
"sdRaw": 280,
|
||||
"eDamPct": 10,
|
||||
"aDefPct": -15,
|
||||
"fixID": true,
|
||||
"id": 2512
|
||||
},
|
||||
{
|
||||
|
@ -112603,4 +112604,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 59;
|
||||
const DB_VERSION = 60;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
2
load3.js
2
load3.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 59;
|
||||
const DB_VERSION = 60;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Add table
Reference in a new issue