diff --git a/web/directives/channel-config.js b/web/directives/channel-config.js index 0cb41b8..37f139a 100644 --- a/web/directives/channel-config.js +++ b/web/directives/channel-config.js @@ -88,7 +88,10 @@ module.exports = function ($timeout, $location, dizquetv, resolutionOptions) { } else { scope.beforeEditChannelNumber = scope.channel.number - if (typeof(scope.channel.watermark) === 'undefined') { + if ( + (typeof(scope.channel.watermark) === 'undefined') + || (scope.channel.watermark.enabled !== true) + ) { scope.channel.watermark = defaultWatermark(); }