Load program guide immediately at start

This commit is contained in:
Andreas Öman 2007-08-19 16:48:35 +00:00
parent 43c26a5bee
commit 19158b9410

View file

@ -377,14 +377,13 @@ xmltv_thread(void *aux)
xmltvreload = 1;
while(1) {
sleep(10);
if(xmltvreload) {
xmltvreload = 0;
xmltv_load();
}
xmltv_transfer();
sleep(10);
}
}