mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
add epg mapping too xml and e2 lists
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user