CVFD: do not show "save epg" in standby

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1f221f13e6
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-05-18 (Thu, 18 May 2017)

Origin message was:
------------------
- CVFD: do not show "save epg" in standby

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

------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2017-05-18 08:40:33 +02:00
parent 5705809f1a
commit 173814b8a3

View File

@@ -4029,9 +4029,11 @@ void CNeutrinoApp::saveEpg(bool cvfd_mode)
}
printf("[neutrino] Saving EPG to %s...\n", g_settings.epg_dir.c_str());
CVFD::getInstance()->Clear();
//NI CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
CVFD::getInstance()->ShowText(g_Locale->getText(LOCALE_EPG_SAVING));
if(!cvfd_mode){
CVFD::getInstance()->Clear();
//NI CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
CVFD::getInstance()->ShowText(g_Locale->getText(LOCALE_EPG_SAVING));
}
g_Sectionsd->writeSI2XML(g_settings.epg_dir.c_str());