Remove subsonic-api package

This didn't end up being particularly helpful, so I've removed it.

Specifically, I had to construct my own URLs for retrieving media, and in that case I'm basically implementing everything myself anyway.

This reverts commit beaec64abd.
This commit is contained in:
Chandler Swift 2026-01-19 22:45:09 -06:00
parent 4c7274bafe
commit 38f5cbfc01
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 2 additions and 13 deletions

View file

@ -22,8 +22,7 @@
"dependencies": {
"musicbrainz-api": "^1.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"subsonic-api": "^3.2.0"
"react-dom": "^19.2.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",