diff options
Diffstat (limited to 'rotord/src/rotord.cpp')
| -rwxr-xr-x | rotord/src/rotord.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp index 928e07e..df1ee6a 100755 --- a/rotord/src/rotord.cpp +++ b/rotord/src/rotord.cpp @@ -106,7 +106,7 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS Json::StyledWriter writer; //root["title"]="Lights Down @Rotor"; //root["audio"]="filename"; - root["nodeslist"]=Json::arrayValue; + Node_factory factory; factory.list_nodes(root); string content = writer.write(root); |
