From d39be13bf2fec02ceec6fa15e1b2883c7fd7431e Mon Sep 17 00:00:00 2001 From: vexorian Date: Mon, 15 Feb 2021 10:06:57 -0400 Subject: [PATCH] 4 hours rerun blocks --- web/directives/channel-config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/directives/channel-config.js b/web/directives/channel-config.js index 37f139a..92e0b19 100644 --- a/web/directives/channel-config.js +++ b/web/directives/channel-config.js @@ -1454,6 +1454,7 @@ module.exports = function ($timeout, $location, dizquetv, resolutionOptions) { scope.rerunBlockSize = -1; scope.rerunBlockSizes = [ { id: -1, description: "Block" }, + { id: 4, description: "4 Hours" }, { id: 6, description: "6 Hours" }, { id: 8, description: "8 Hours" }, { id: 12, description: "12 Hours" }, @@ -1464,6 +1465,7 @@ module.exports = function ($timeout, $location, dizquetv, resolutionOptions) { { id: 2, description: "2" }, { id: 3, description: "3" }, { id: 4, description: "4" }, + { id: 6, description: "6" }, ]; scope.rerunsDisabled = () => { return scope.rerunStart == -1 || scope.rerunBlockSize == -1 || scope.rerunRepeats == -1