Updated ScanAll to enable scanning all photos

This commit is contained in:
Deon George
2019-11-09 14:58:15 +11:00
parent 83d6d1e055
commit bd5fb5d46f
3 changed files with 47 additions and 42 deletions

View File

@@ -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();