- neutrino: show saveEpg-message in shutdown mode too

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-03-27 21:37:14 +01:00
committed by Thilo Graf
parent 17b57d0914
commit 2662dcf7b8
2 changed files with 6 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ bool CFlashTool::program( const std::string & filename, int globalProgressEndEra
int globalProgressBegin = 0;
if(g_settings.epg_save)
CNeutrinoApp::getInstance()->saveEpg(true);
CNeutrinoApp::getInstance()->saveEpg(NeutrinoModes::mode_off);
if(statusViewer)
statusViewer->showLocalStatus(0);