epggrab: ota - om_complete load fix
This commit is contained in:
parent
e59a8b41e7
commit
f15b8a6978
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ epggrab_ota_load_one
|
|||
free(ota);
|
||||
return;
|
||||
}
|
||||
htsmsg_get_u32(c, "complete", (uint32_t *)&ota->om_complete);
|
||||
ota->om_complete = htsmsg_get_u32_or_default(c, "complete", 0) != 0;
|
||||
|
||||
if (!(l = htsmsg_get_list(c, "modules"))) return;
|
||||
HTSMSG_FOREACH(f, l) {
|
||||
|
|
Loading…
Add table
Reference in a new issue