Added OpenSubsonic API: added missing tokenInfo endpoint, fixes #838

This commit is contained in:
emeric
2026-06-02 09:57:19 +02:00
parent 8c72fb7b5a
commit 531c5ca24d
3 changed files with 16 additions and 0 deletions
@@ -27,4 +27,5 @@ namespace lms::api::subsonic
Response handlePingRequest(RequestContext& context);
Response handleGetLicenseRequest(RequestContext& context);
Response handleGetOpenSubsonicExtensions(RequestContext& context);
Response handleTokenInfoRequest(RequestContext& context);
} // namespace lms::api::subsonic