summaryrefslogtreecommitdiff
path: root/app/relay/modules
diff options
context:
space:
mode:
Diffstat (limited to 'app/relay/modules')
-rw-r--r--app/relay/modules/pix2pixhd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js
index 3bdf705..e05f427 100644
--- a/app/relay/modules/pix2pixhd.js
+++ b/app/relay/modules/pix2pixhd.js
@@ -206,7 +206,7 @@ const render_recursive = {
type: 'perl',
script: 'dir-to-movie.pl',
params: (task) => {
- if (!!task.opt.mov) {
+ if (!task.opt.mov) {
console.log('will not render mov')
return 'CANCEL'
}