mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Stop Framebuffer grabber on failure
This commit is contained in:
@@ -49,8 +49,9 @@ bool GrabberWrapper::start()
|
||||
// Start the timer with the pre configured interval
|
||||
Debug(_log,"Grabber start()");
|
||||
_timer->start();
|
||||
return _timer->isActive();
|
||||
}
|
||||
|
||||
return _timer->isActive();
|
||||
}
|
||||
|
||||
void GrabberWrapper::stop()
|
||||
|
Reference in New Issue
Block a user