Subsonic API: added a way to disable the user/password authentication method (enabled by default)

This commit is contained in:
emeric
2024-11-24 16:23:37 +01:00
parent cb478e8d87
commit c7170c3501
5 changed files with 13 additions and 1 deletions
@@ -55,6 +55,7 @@ namespace lms::api::subsonic
const std::unordered_map<std::string, ProtocolVersion> _serverProtocolVersionsByClient;
const std::unordered_set<std::string> _openSubsonicDisabledClients;
const std::unordered_set<std::string> _defaultReleaseCoverClients;
const bool _supportUserPasswordAuthentication;
db::Db& _db;
};