add epg mapping too xml and e2 lists

This commit is contained in:
TangoCash
2020-07-01 23:31:07 +02:00
committed by Thilo Graf
parent 01e6aeb2ed
commit 9a3f259373
2 changed files with 23 additions and 3 deletions

View File

@@ -2990,7 +2990,7 @@ TIMER_STOP("################################## after all #######################
delete hintBox;
}
for (std::list<std::string>::iterator it = g_settings.xmltv_xml.begin(); it != g_settings.xmltv_xml.end(); ++it)
for (std::list<std::string>::iterator it = g_settings.xmltv_xml.begin(); it != g_settings.xmltv_xml.end(); it++)
g_Sectionsd->readSIfromXMLTV((*it).c_str());
RealRun();