mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fixed sonos playback and add android background playback
This commit is contained in:
parent
207b7f290f
commit
f36df9e67b
13 changed files with 1814 additions and 1415 deletions
11
package.json
11
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue