mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Changed hyperion args variable in module from string to dict
Former-commit-id: ae94dca70590e3ed15e991172b7458cf4298e655
This commit is contained in:
@@ -25,7 +25,7 @@ EffectEngine::EffectEngine(Hyperion * hyperion, const Json::Value & jsonEffectCo
|
||||
for (const std::string & name : effectNames)
|
||||
{
|
||||
const Json::Value & info = jsonEffectConfig[name];
|
||||
_availableEffects[name] = {info["script"].asString(), Json::FastWriter().write(info["args"])};
|
||||
_availableEffects[name] = {info["script"].asString(), info["args"]};
|
||||
}
|
||||
|
||||
// initialize the python interpreter
|
||||
|
Reference in New Issue
Block a user