mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
tripledragon: fix LCD epg title after standby
This commit is contained in:
@@ -1905,6 +1905,9 @@ void CInfoViewer::showLcdPercentOver()
|
||||
old_interval = interval;
|
||||
}
|
||||
CLCD::getInstance()->showPercentOver(runningPercent);
|
||||
int mode = CNeutrinoApp::getInstance()->getMode();
|
||||
if ((mode == NeutrinoMessages::mode_radio || mode == NeutrinoMessages::mode_tv))
|
||||
CVFD::getInstance()->setEPGTitle(info_CurrentNext.current_name);
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user