Subsonic API: CodeFactor review

This commit is contained in:
emeric
2023-10-09 13:41:51 +02:00
parent e24ffb1347
commit 78435282b1
@@ -79,7 +79,6 @@ namespace API::Subsonic
throw LmsException{ "Node already has a value" };
_childrenArrays.emplace(key, std::vector<Node>{});
}
void Response::Node::addArrayChild(std::string_view key, Node node)