continue initial scan until succeeded (solves #596)

This commit is contained in:
John
2022-06-19 16:02:15 +02:00
parent afe72e1664
commit 76dafd4783
+1 -2
View File
@@ -291,8 +291,7 @@ void MainLoop::run() {
}
if (result != RESULT_OK) {
logError(lf_main, "initial scan failed: %s", getResultCode(result));
}
if (result != RESULT_ERR_NO_SIGNAL) {
} else {
reload = false;
}
}