diff --git a/web/directives/channel-config.js b/web/directives/channel-config.js index 00ce1ca..1a7055b 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(); }