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,7 +83,11 @@ int main(int argc, char** argv)
|
||||
if (config.isMember("bootsequence"))
|
||||
{
|
||||
bootSequence = BootSequenceFactory::createBootSequence(&hyperion, config["bootsequence"]);
|
||||
bootSequence->start();
|
||||
|
||||
if (bootSequence != nullptr)
|
||||
{
|
||||
bootSequence->start();
|
||||
}
|
||||
}
|
||||
|
||||
// create XBMC video checker if the configuration is present
|
||||
|
Loading…
Reference in New Issue
Block a user