From 023b8c370aa89afe59d64a46878c8fc8d475d9a4 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 30 Jul 2022 00:52:14 +0200 Subject: [PATCH] fix tslint complaints --- src/ext/lib/ar-detect/ArDetector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/lib/ar-detect/ArDetector.ts b/src/ext/lib/ar-detect/ArDetector.ts index b61f0d6..25d2bb6 100644 --- a/src/ext/lib/ar-detect/ArDetector.ts +++ b/src/ext/lib/ar-detect/ArDetector.ts @@ -878,7 +878,7 @@ class ArDetector { } // let's check if we're cropping too much - const guardLineOut = this.guardLine.check(imageData); + const guardLineOut = this.guardLine.check(imageData, false); // if both succeed, then aspect ratio hasn't changed. // otherwise we continue. We add blackbar violations to the list of the cols we'll sample and sort them