Fixes for import
This commit is contained in:
parent
9c0a02c425
commit
d84412e9b1
@ -371,7 +371,7 @@ abstract class Catalog extends Model
|
|||||||
*/
|
*/
|
||||||
public function isReadable(): bool
|
public function isReadable(): bool
|
||||||
{
|
{
|
||||||
return is_readable($this->filename);
|
return is_readable($this->file_path());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -172,7 +172,7 @@ class Photo extends Abstracted\Catalog
|
|||||||
$this->software_id = $so->id;
|
$this->software_id = $so->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setSubSecTime(): int
|
public function setSubSecTime()
|
||||||
{
|
{
|
||||||
$this->subsectime = (int)$this->property('exif:SubSecTimeOriginal');
|
$this->subsectime = (int)$this->property('exif:SubSecTimeOriginal');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user