[host] app: revert unintended change from last commit

This commit is contained in:
Geoffrey McRae 2024-01-27 23:19:42 +11:00
parent 34e8a2255e
commit e376e6fb53

View File

@ -398,7 +398,7 @@ static bool captureStart(void)
return false;
}
if (app.iface->start && app.iface->start())
if (app.iface->start && !app.iface->start())
{
DEBUG_ERROR("Failed to start the capture device");
return false;