diff --git a/src/controller/controller_streams.cpp b/src/controller/controller_streams.cpp index d42d02a4..aafc7dff 100644 --- a/src/controller/controller_streams.cpp +++ b/src/controller/controller_streams.cpp @@ -113,7 +113,7 @@ namespace Controller { } } //new style always on - if (data.isMember("always_on")){ + if (data.isMember("always_on") && data["always_on"].asBool()){ INFO_MSG("Starting always-on input %s: %s", name.c_str(), URL.c_str()); std::map empty_overrides; pid_t program = 0;