mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update hyperiond.cpp
Former-commit-id: e7fe63bd3fed3c0132d07f6835f94988754e9a91
This commit is contained in:
parent
790af5c682
commit
d2738ef5f6
@ -83,8 +83,12 @@ int main(int argc, char** argv)
|
|||||||
if (config.isMember("bootsequence"))
|
if (config.isMember("bootsequence"))
|
||||||
{
|
{
|
||||||
bootSequence = BootSequenceFactory::createBootSequence(&hyperion, config["bootsequence"]);
|
bootSequence = BootSequenceFactory::createBootSequence(&hyperion, config["bootsequence"]);
|
||||||
|
|
||||||
|
if (bootSequence != nullptr)
|
||||||
|
{
|
||||||
bootSequence->start();
|
bootSequence->start();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// create XBMC video checker if the configuration is present
|
// create XBMC video checker if the configuration is present
|
||||||
XBMCVideoChecker * xbmcVideoChecker = nullptr;
|
XBMCVideoChecker * xbmcVideoChecker = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user