From bde7eb6327bb5ae79f3ae4a84e4966b6c5fe79bd Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 27 Oct 2019 16:51:47 +0100 Subject: [PATCH] Fix autodetecting not starting --- src/ext/lib/video-data/PageInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/lib/video-data/PageInfo.js b/src/ext/lib/video-data/PageInfo.js index f4a8a0c..6e055a9 100644 --- a/src/ext/lib/video-data/PageInfo.js +++ b/src/ext/lib/video-data/PageInfo.js @@ -214,7 +214,7 @@ class PageInfo { try { v = new VideoData(video, this.settings, this); - if (this.defaultCrop) { + if (!this.defaultCrop) { if (!v.invalid) { v.initArDetection(); } else {