mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
infoviewer_bb.cpp: do not load data twice
Origin commit data
------------------
Branch: ni/coolstream
Commit: 249d853cdf
Author: FlatTV <FlatTV@gmx.de>
Date: 2016-06-04 (Sat, 04 Jun 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -816,7 +816,7 @@ void CInfoViewerBB::showIcon_CA_Status(int notfirst)
|
|||||||
{
|
{
|
||||||
//NI
|
//NI
|
||||||
int acaid = 0;
|
int acaid = 0;
|
||||||
if (g_settings.show_ecm)
|
if (g_settings.show_ecm && notfirst)
|
||||||
acaid = check_ecmInfo();
|
acaid = check_ecmInfo();
|
||||||
|
|
||||||
if (g_settings.infobar_casystem_display == 3){
|
if (g_settings.infobar_casystem_display == 3){
|
||||||
|
Reference in New Issue
Block a user