Failed to properly setup the module provider config.
This commit is contained in:
parent
d6ecc7c1cf
commit
973ed3d88a
1 changed files with 1 additions and 0 deletions
|
@ -559,6 +559,7 @@ void opentv_init ( epggrab_module_list_t *list )
|
|||
mod->_.enable = _opentv_enable;
|
||||
mod->_.tune = _opentv_tune;
|
||||
mod->_.channels = &_opentv_channels;
|
||||
mod->prov = p;
|
||||
*((uint8_t*)&mod->_.flags) = EPGGRAB_MODULE_OTA;
|
||||
LIST_INSERT_HEAD(list, &mod->_, link);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue