diff --git a/src/helperFuncs.js b/src/helperFuncs.js index b00e81e..aaffd4c 100644 --- a/src/helperFuncs.js +++ b/src/helperFuncs.js @@ -272,6 +272,9 @@ function getWatermark( ffmpegSettings, channel, type) { e = (watermark.enabled === true); icon = watermark.url; } + if (! e) { + return null; + } if ( (typeof(icon) === 'undefined') || (icon === '') ) { icon = channel.icon; if ( (typeof(icon) === 'undefined') || (icon === '') ) {