mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Add Event Subscriptions & Instance specific replies
This commit is contained in:
@@ -179,10 +179,12 @@ void EventHandler::handleEvent(Event event)
|
||||
break;
|
||||
|
||||
case Event::Reload:
|
||||
emit signalEvent(Event::Reload);
|
||||
Process::restartHyperion(10);
|
||||
break;
|
||||
|
||||
case Event::Restart:
|
||||
emit signalEvent(Event::Restart);
|
||||
Process::restartHyperion(11);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user