From fca44ba1795ec46da01feb9ad5e83ae508bf5b9f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 11 Dec 2016 20:16:44 +0100 Subject: [PATCH] webui: reload the channel list for EPG grid, fixes #4130 --- src/webui/static/app/chconf.js | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.47.3