mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
keeping all auto xml epg together
Origin commit data
------------------
Commit: dfe8dfc96f
Author: TangoCash <eric@loxat.de>
Date: 2021-09-13 (Mon, 13 Sep 2021)
This commit is contained in:
@@ -969,7 +969,6 @@ int CNeutrinoApp::loadSetup(const char *fname)
|
||||
}
|
||||
|
||||
g_settings.xmltv_xml_auto.clear();
|
||||
g_settings.xmltv_xml_m3u.clear();
|
||||
|
||||
g_settings.livestreamResolution = configfile.getInt32("livestreamResolution", 1920);
|
||||
g_settings.livestreamScriptPath = configfile.getString("livestreamScriptPath", WEBTVDIR);
|
||||
@@ -3329,7 +3328,7 @@ TIMER_STOP("################################## after all #######################
|
||||
#endif
|
||||
|
||||
xmltv_xml_readepg();
|
||||
xmltv_xml_m3u_readepg();
|
||||
xmltv_xml_auto_readepg();
|
||||
|
||||
RealRun();
|
||||
ExitRun(g_info.hw_caps->can_shutdown);
|
||||
@@ -4727,7 +4726,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
||||
else if (msg == NeutrinoMessages::EVT_RELOAD_XMLTV) {
|
||||
printf("CNeutrinoApp::handleMsg: reload xmltv epg\n");
|
||||
xmltv_xml_readepg();
|
||||
xmltv_xml_m3u_readepg();
|
||||
xmltv_xml_auto_readepg();
|
||||
return messages_return::handled;
|
||||
}
|
||||
if ((msg >= CRCInput::RC_WithData) && (msg < CRCInput::RC_WithData + 0x10000000)) {
|
||||
|
Reference in New Issue
Block a user