webui: load mpegts.js even if linuxdvb is disabled
DVB input tabs are also needed for IPTV service. Also this fixes webui which doesn't load properly when --disable-linuxdvb is used.
This commit is contained in:
parent
ecdda481f5
commit
6f03dd8aa3
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque)
|
|||
extjs_load(hq, "static/app/tvadapters.js");
|
||||
extjs_load(hq, "static/app/idnode.js");
|
||||
extjs_load(hq, "static/app/esfilter.js");
|
||||
#if ENABLE_LINUXDVB
|
||||
#if ENABLE_MPEGTS
|
||||
extjs_load(hq, "static/app/mpegts.js");
|
||||
#endif
|
||||
extjs_load(hq, "static/app/iptv.js");
|
||||
|
|
Loading…
Add table
Reference in a new issue