Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
eit: always register mux for uk_freesat services, fixes #3740
  • Loading branch information
perexg committed Apr 21, 2016
1 parent 8c6ee92 commit 2a70a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/epggrab/module/eit.c
Expand Up @@ -650,7 +650,8 @@ _eit_callback
// TODO: extra ID should probably include onid

/* Register interest */
if (tableid == 0x4e || (tableid >= 0x50 && tableid < 0x60))
if (tableid == 0x4e || (tableid >= 0x50 && tableid < 0x60) ||
mt->mt_pid == 3003 /* uk_freesat */)
ota = epggrab_ota_register((epggrab_module_ota_t*)mod, NULL, mm);

/* Begin */
Expand Down

0 comments on commit 2a70a90

Please sign in to comment.