mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -4029,9 +4029,11 @@ void CNeutrinoApp::saveEpg(bool cvfd_mode)
|
|||||||
}
|
}
|
||||||
printf("[neutrino] Saving EPG to %s...\n", g_settings.epg_dir.c_str());
|
printf("[neutrino] Saving EPG to %s...\n", g_settings.epg_dir.c_str());
|
||||||
|
|
||||||
CVFD::getInstance()->Clear();
|
if(!cvfd_mode){
|
||||||
//NI CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
CVFD::getInstance()->Clear();
|
||||||
CVFD::getInstance()->ShowText(g_Locale->getText(LOCALE_EPG_SAVING));
|
//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());
|
g_Sectionsd->writeSI2XML(g_settings.epg_dir.c_str());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user