video references image width / height
This commit is contained in:
parent
89bf741ed4
commit
faf35cc884
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ class Image
|
||||||
public const THUMBNAIL_DIR = "thumbs";
|
public const THUMBNAIL_DIR = "thumbs";
|
||||||
|
|
||||||
public ?int $id = null;
|
public ?int $id = null;
|
||||||
public int $height;
|
public int $height = 0;
|
||||||
public int $width;
|
public int $width = 0;
|
||||||
public string $hash;
|
public string $hash;
|
||||||
public int $filesize;
|
public int $filesize;
|
||||||
public string $filename;
|
public string $filename;
|
||||||
|
|
Reference in a new issue