diff --git a/web/directives/channel-config.js b/web/directives/channel-config.js index 684fe20..cd4b9e5 100644 --- a/web/directives/channel-config.js +++ b/web/directives/channel-config.js @@ -288,6 +288,7 @@ module.exports = function ($timeout, $location, dizquetv) { newProgs.push(tmpProgs[keys[i]]) } scope.channel.programs = newProgs + updateChannelDuration(); //oops someone forgot to add this } scope.removeOffline = () => { let tmpProgs = []