Using API to fetch Aziani block IDs, fixed block IDs were incorrect interpretation.

This commit is contained in:
DebaucheryLibrarian
2026-02-22 04:56:25 +01:00
parent ba127ee53d
commit 9bf42ff6c0
4 changed files with 53 additions and 17 deletions

9
package-lock.json generated
View File

@@ -94,7 +94,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.18.32",
"unprint": "^0.18.33",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -20385,9 +20385,10 @@
}
},
"node_modules/unprint": {
"version": "0.18.32",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.32.tgz",
"integrity": "sha512-3AOeu6vvAqJfxfYGJl/AUO07qnfFKbyyFpZzSBFwQJ+bZgU+kBX1uaj/4TD3ayBHkMgqRDYObJuGRQMZ6Xdncg==",
"version": "0.18.33",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.33.tgz",
"integrity": "sha512-SCVWfYCou5aUXxJOFaG2LOmhRB+NO5ZxyO4gnpS2iUCb7vKpEgAqpgux5kL8AX0vg7Uhir8+X/Z4c/6tsLhUVQ==",
"license": "ISC",
"dependencies": {
"bottleneck": "^2.19.5",
"cookie": "^1.1.1",