Subsonic API: added a way to disable the user/password authentication method (enabled by default)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user