Refactored namespaces
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "utils/String.hpp"
|
||||
#include "core/String.hpp"
|
||||
|
||||
namespace API::Subsonic
|
||||
namespace lms::api::subsonic
|
||||
{
|
||||
struct ProtocolVersion
|
||||
{
|
||||
@@ -34,9 +34,9 @@ namespace API::Subsonic
|
||||
static inline constexpr std::string_view serverVersion{ "6" };
|
||||
}
|
||||
|
||||
namespace StringUtils
|
||||
namespace lms::core::stringUtils
|
||||
{
|
||||
template<>
|
||||
std::optional<API::Subsonic::ProtocolVersion> readAs(std::string_view str);
|
||||
std::optional<api::subsonic::ProtocolVersion> readAs(std::string_view str);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user