Refactored namespaces

This commit is contained in:
emeric
2024-03-12 08:32:08 +01:00
parent 487960b413
commit 4b7c4295ec
501 changed files with 12605 additions and 12631 deletions
+3 -3
View File
@@ -25,10 +25,10 @@
#include <variant>
#include <vector>
#include "utils/LiteralString.hpp"
#include "core/LiteralString.hpp"
#include "RequestContext.hpp"
namespace API::Subsonic
namespace lms::api::subsonic
{
// Max count expected from all API methods that expose a count
static inline constexpr std::size_t defaultMaxCountSize{ 1000 };
@@ -206,7 +206,7 @@ namespace API::Subsonic
class Node
{
public:
using Key = LiteralString;
using Key = core::LiteralString;
void setAttribute(Key key, std::string_view value);