navidrome / navidrome

🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
https://www.navidrome.org
GNU General Public License v3.0
10.47k stars 798 forks source link

[Bug]: GetOpenSubsonicExtensions returning no extensions #2785

Closed dweymouth closed 5 months ago

dweymouth commented 5 months ago

I confirm that:

Version

0.50.2

Current Behavior

Calling the getOpenSubsonicExtensions endpoint returns no extensions

GET https://demo.navidrome.org/rest/getOpenSubsonicExtensions?u=demo&p=demo&v=1.15.0&c=supersonic

<subsonic-response status="ok" version="1.16.1" type="navidrome" serverVersion="0.50.2 (823bef54)" openSubsonic="true">
<openSubsonicExtensions/>
</subsonic-response>

Expected Behavior

It should return the extensions supported by Navidrome (transcodeOffset, etc)

Steps To Reproduce

Do a GET on the URL in the "Current Behavior" section (or just visit it in a web browser)

Environment

- OS:
- Browser:
- Client:

How Navidrome is installed?

Docker

Configuration

No response

Relevant log output

No response

Anything else?

No response

Code of Conduct

kgarner7 commented 5 months ago

These are already in master. see https://github.com/navidrome/navidrome/commit/7766ee069cb50f298144ffd46ea0fd93e3540b79, https://github.com/navidrome/navidrome/commit/812dc2090f20ac4f8ac271b6ed95be5889d1a3ca, and https://github.com/navidrome/navidrome/commit/814161d78db0dc07c16fa6e80f6ff1710866e31b

dweymouth commented 5 months ago

Ah it just hasn't landed in a release yet? I thought 0.50.2 had support for the first of the extensions

github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.