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