update_check: handle update check with localized timer settings

This commit is contained in:
2021-04-10 15:51:30 +02:00
parent f25831e90e
commit 1577847c11
9 changed files with 103 additions and 22 deletions

View File

@@ -3075,9 +3075,12 @@ TIMER_STOP("################################## after all #######################
}
hintBox->hide();
delete hintBox;
CUpdateCheck::getInstance()->startThread();
}
#endif
CUpdateCheck::getInstance()->startThread();
if (g_settings.softupdate_autocheck_packages)
CUpdateCheckPackages::getInstance()->startThread();
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());