Implement our own quicktime parser
This commit is contained in:
@@ -39,6 +39,6 @@ class CatalogScan extends Command
|
||||
|
||||
$o = $class::findOrFail($this->argument('id'));
|
||||
|
||||
return Job::dispatchSync($o);
|
||||
return Job::dispatchSync($o,$this->option('dirty'));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user