add new feature: Mixed local + apple music player

This commit is contained in:
2023-11-20 15:05:25 +01:00
parent dec311cb73
commit e3fbfdd9b7
6 changed files with 876 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
"express-session": "^1.17.3",
"ip": "^1.1.8",
"jquery": "^3.7.1",
"json-beautify": "^1.1.1",
"jsonwebtoken": "^9.0.2",
"music-metadata": "^7.13.0",
"node-fetch": "^2.7.0",
@@ -8685,6 +8686,14 @@
"node": ">=4"
}
},
"node_modules/json-beautify": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/json-beautify/-/json-beautify-1.1.1.tgz",
"integrity": "sha512-17j+Hk2lado0xqKtUcyAjK0AtoHnPSIgktWRsEXgdFQFG9UnaGw6CHa0J7xsvulxRpFl6CrkDFHght1p5ZJc4A==",
"bin": {
"json-beautify": "bin/json-beautify"
}
},
"node_modules/json-buffer": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.0.tgz",
@@ -21622,6 +21631,11 @@
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
"dev": true
},
"json-beautify": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/json-beautify/-/json-beautify-1.1.1.tgz",
"integrity": "sha512-17j+Hk2lado0xqKtUcyAjK0AtoHnPSIgktWRsEXgdFQFG9UnaGw6CHa0J7xsvulxRpFl6CrkDFHght1p5ZJc4A=="
},
"json-buffer": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.0.tgz",