forked from leftypol/leftypol
ThumbGenerationResult.php: add mime
This commit is contained in:
parent
8ba6bf8272
commit
2382c22169
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ namespace Vichan\Data;
|
|||
|
||||
class ThumbGenerationResult {
|
||||
public string $thumb_file_path;
|
||||
public string $thumb_mime;
|
||||
public bool $is_thumb_file_temporary;
|
||||
public int $width;
|
||||
public int $height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue