Subsonic API: added a per-user setting to enable transcoding by default (breaking change: default is disabled). fixes #351, ref #367
This commit is contained in:
@@ -31,7 +31,7 @@ namespace API::Subsonic
|
||||
};
|
||||
|
||||
static inline constexpr ProtocolVersion defaultServerProtocolVersion{ 1, 16, 0 };
|
||||
static inline constexpr std::string_view serverVersion{ "3" };
|
||||
static inline constexpr std::string_view serverVersion{ "4" };
|
||||
}
|
||||
|
||||
namespace StringUtils
|
||||
|
||||
Reference in New Issue
Block a user