diff --git a/img/video.jpg b/img/video.jpg deleted file mode 100644 index cc7980a..0000000 Binary files a/img/video.jpg and /dev/null differ diff --git a/img/video.png b/img/video.png index d528ddc..181ac81 100644 Binary files a/img/video.png and b/img/video.png differ diff --git a/lib/thumbs.class.php b/lib/thumbs.class.php index c0ec3fd..c8b3bee 100644 --- a/lib/thumbs.class.php +++ b/lib/thumbs.class.php @@ -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"; }