Fix autodetecting not starting
This commit is contained in:
parent
6af771e1ff
commit
bde7eb6327
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user