epoupon / lms

Lightweight Music Server. Access your self-hosted music using a web interface.
http://lms-demo.poupon.dev
GNU General Public License v3.0
1.09k stars 61 forks source link

"Type" parameter in subsonic-response #243

Closed thelinkin3000 closed 2 years ago

thelinkin3000 commented 2 years ago

Hi!

I've noticed that LMS doesn't have a "type" attribute on the root subsonic-response object, at least in json which is what I'm using to interface with it, as seen in the following

image

Other servers populate the "type" attribute to let the client know the implementation name. Some examples of this are Navidrome and Funkwhale, as seen in the following

image

It's pretty useful for telling what implementation you are running.

Thanks!

epoupon commented 2 years ago

(Note this field is not in the standard Subsonic API)