Fix Thumbnail Class

This commit is contained in:
seiichiro 2023-12-06 17:01:06 +01:00
parent df49b809fe
commit e0ef230ca4
3 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -39,7 +39,6 @@ class thumb {
if (!file_exists($dstpath)) {
if(str_starts_with(mime_content_type($src), 'video/')) {
error_log("$src: Video File");
return "img/video.png";
}