Ensure that ALL xmltv channels are listed when doing manual mapping in the UI.
This commit is contained in:
parent
71dc6bff73
commit
5159505c31
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ htsmsg_t *epggrab_channel_list ( void )
|
|||
htsmsg_t *e, *m;
|
||||
m = htsmsg_create_list();
|
||||
LIST_FOREACH(mod, &epggrab_modules, link) {
|
||||
if (mod->enabled && mod->channels) {
|
||||
if (mod->channels) {
|
||||
RB_FOREACH(ec, mod->channels, link) {
|
||||
e = htsmsg_create_map();
|
||||
htsmsg_add_str(e, "module", mod->id);
|
||||
|
|
Loading…
Add table
Reference in a new issue