Fix autodetecting not starting
This commit is contained in:
parent
6af771e1ff
commit
bde7eb6327
@ -214,7 +214,7 @@ class PageInfo {
|
|||||||
try {
|
try {
|
||||||
v = new VideoData(video, this.settings, this);
|
v = new VideoData(video, this.settings, this);
|
||||||
|
|
||||||
if (this.defaultCrop) {
|
if (!this.defaultCrop) {
|
||||||
if (!v.invalid) {
|
if (!v.invalid) {
|
||||||
v.initArDetection();
|
v.initArDetection();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user