Updated ScanAll to enable scanning all photos
This commit is contained in:
@@ -192,6 +192,7 @@ class Photo extends Abstracted\Catalog
|
||||
$this->thumbnail = exif_thumbnail($this->file_path());
|
||||
} catch (\Exception $e) {
|
||||
// @todo Couldnt get the thumbnail, so we should create one.
|
||||
Log::info(sprintf('Unable to create thumbnail for %s (%s)',$this->id,$e->getMessage()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user