From: Jaroslav Kysela Date: Sun, 11 Dec 2016 19:16:44 +0000 (+0100) Subject: webui: reload the channel list for EPG grid, fixes #4130 X-Git-Tag: v4.2.1~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fca44ba1795ec46da01feb9ad5e83ae508bf5b9f;p=thirdparty%2Ftvheadend.git webui: reload the channel list for EPG grid, fixes #4130 --- diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 3a1d72133..6bf13fff0 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -29,6 +29,7 @@ insertChannelClearOption = function( scope, records, options ){ tvheadend.channels = tvheadend.idnode_get_enum({ url: 'api/channel/list', + event: 'channel', listeners: { 'load': insertChannelClearOption }