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
+2 -2
View File
@@ -19,7 +19,7 @@
#include "ParameterParsing.hpp"
namespace API::Subsonic
namespace lms::api::subsonic
{
bool hasParameter(const Wt::Http::ParameterMap& parameterMap, const std::string& param)
{
@@ -30,7 +30,7 @@ namespace API::Subsonic
{
if (password.find("enc:") == 0)
{
auto decodedPassword{ StringUtils::stringFromHex(password.substr(4)) };
auto decodedPassword{ core::stringUtils::stringFromHex(password.substr(4)) };
if (!decodedPassword)
return password; // fallback on plain password