Fix autodetecting not starting

This commit is contained in:
Tamius Han 2019-10-27 16:51:47 +01:00
parent 6af771e1ff
commit bde7eb6327

View File

@ -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 {