Fixed sonos playback and add android background playback

This commit is contained in:
kontiko 2024-06-30 00:00:13 +02:00
parent 207b7f290f
commit f36df9e67b
13 changed files with 1814 additions and 1415 deletions

View file

@ -42,6 +42,7 @@
"graceful-fs": "^4.2.10",
"htmlparser2": "^8.0.1",
"lru-cache": "^10.0.3",
"node-ssdp": "^4.0.1",
"node-tone": "^1.0.1",
"nodemailer": "^6.9.13",
"openid-client": "^5.6.1",
@ -52,8 +53,8 @@
"socket.io": "^4.5.4",
"sqlite3": "^5.1.6",
"ssrf-req-filter": "^1.1.0",
"xml2js": "^0.5.0",
"dlnacasts": "^0.1.0"
"upnp-mediarenderer-client": "^1.4.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"chai": "^4.3.10",
@ -63,10 +64,8 @@
"sinon": "^17.0.1"
},
"overrides": {
"dlnacasts": {
"upnp-mediarenderer-client":{
"typescript": "git+https://github.com/kontiko/node-upnp-device-client-sonos-support.git"
}
"upnp-mediarenderer-client": {
"upnp-device-client": "git+https://github.com/kontiko/node-upnp-device-client-sonos-support.git"
}
}
}