Updated ScanAll to enable scanning all photos
This commit is contained in:
@@ -39,7 +39,7 @@ class CatalogScan extends Command
|
||||
|
||||
if (! is_readable($o->file_path())) {
|
||||
$this->warn(sprintf('Ignoring [%s], it is not readable',$o->file_path()));
|
||||
exit;
|
||||
return;
|
||||
}
|
||||
|
||||
$o->setDateCreated();
|
||||
|
Reference in New Issue
Block a user