From f5d073ddc184839ef6216433b1430c2dc9f73969 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sun, 22 Nov 2020 21:10:55 -0400 Subject: [PATCH] Fix bug with remove duplicates making things break in the channel schedule editor until other tool is used. --- web/directives/channel-config.js | 1 + 1 file changed, 1 insertion(+) 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 = []