mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed random http port due to uninitialized _port (#29)
This commit is contained in:
parent
b971c39b07
commit
1cb6ee0a43
@ -10,6 +10,7 @@ WebConfig::WebConfig(QObject * parent)
|
||||
_hyperion = Hyperion::getInstance();
|
||||
const Json::Value &config = _hyperion->getJsonConfig();
|
||||
_baseUrl = QString::fromStdString(WEBCONFIG_DEFAULT_PATH);
|
||||
_port = WEBCONFIG_DEFAULT_PORT;
|
||||
|
||||
bool webconfigEnable = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user