Removed now useless config option
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user