Radio Bugfix

This commit is contained in:
AlexandreRouma
2021-12-25 02:17:21 +01:00
parent db8f736d58
commit 51f84566c4
4 changed files with 7 additions and 19 deletions

View File

@ -91,6 +91,7 @@ namespace dsp {
for (auto i = ++lnit; i < links.end(); i++) {
if (!(*i)->enabled) { continue; }
nextLink = *i;
break;
}
if (nextLink) {
@ -133,6 +134,7 @@ namespace dsp {
for (auto i = ++lnit; i < links.end(); i++) {
if (!(*i)->enabled) { continue; }
nextLink = *i;
break;
}
if (nextLink) {