vuplus: relevant pids routing - fix

Origin commit data
------------------
Branch: ni/coolstream
Commit: 75a8b84d7e
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2020-01-18 11:36:58 +01:00
committed by vanhofen
parent ba4b2c60dd
commit ad87f12975

View File

@@ -618,7 +618,7 @@ bool CCAMMenuHandler::changeNotify(const neutrino_locale_t OptionName, void * Da
return true;
}
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_CI_RPR)) {
printf("CCAMMenuHandler::changeNotify: ci_delay %d\n", g_settings.ci_rpr);
printf("CCAMMenuHandler::changeNotify: ci_rpr %d\n", g_settings.ci_rpr);
ca->SetCIRelevantPidsRouting(g_settings.ci_rpr);
return true;
}