Removed now useless config option

This commit is contained in:
emeric
2026-07-14 23:42:32 +02:00
parent b767913b64
commit 340711daad
26 changed files with 95 additions and 129 deletions
@@ -20,11 +20,8 @@
#pragma once
#include <string>
#include <unordered_map>
#include <unordered_set>
#include "ProtocolVersion.hpp"
namespace lms::core
{
class IConfig;
@@ -34,7 +31,6 @@ namespace lms::api::subsonic
{
struct SubsonicResourceConfig
{
std::unordered_map<std::string, ProtocolVersion> serverProtocolVersionsByClient;
std::unordered_set<std::string> openSubsonicDisabledClients;
bool supportPasswordAuthentication;
bool supportTokenAuthentication;