diff options
Diffstat (limited to 'app/relay/modules')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 2 |
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' } |
