Load program guide immediately at start
This commit is contained in:
parent
43c26a5bee
commit
19158b9410
1 changed files with 1 additions and 2 deletions
|
@ -377,14 +377,13 @@ xmltv_thread(void *aux)
|
|||
xmltvreload = 1;
|
||||
while(1) {
|
||||
|
||||
sleep(10);
|
||||
|
||||
if(xmltvreload) {
|
||||
xmltvreload = 0;
|
||||
xmltv_load();
|
||||
}
|
||||
|
||||
xmltv_transfer();
|
||||
sleep(10);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue