mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
CFlashTool::program: saveEpg only if on
This commit is contained in:
@@ -158,7 +158,8 @@ bool CFlashTool::program( const std::string & filename, int globalProgressEndEra
|
||||
ssize_t filesize;
|
||||
int globalProgressBegin = 0;
|
||||
|
||||
CNeutrinoApp::getInstance()->saveEpg(false);
|
||||
if(g_settings.epg_save)
|
||||
CNeutrinoApp::getInstance()->saveEpg(false);
|
||||
|
||||
if(statusViewer)
|
||||
statusViewer->showLocalStatus(0);
|
||||
|
Reference in New Issue
Block a user