From fa475c657e654d780730c44ea1fbaf056afd0b42 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Sat, 9 Dec 2023 09:59:42 +0100 Subject: [PATCH] Fix Missing Semicolon --- lib/thumbs.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thumbs.class.php b/lib/thumbs.class.php index 804514a..36003c1 100644 --- a/lib/thumbs.class.php +++ b/lib/thumbs.class.php @@ -8,7 +8,7 @@ class thumb { protected int $w = 200; protected int $h = 200; - protected string $ffmpeg_cmd = '/usr/bin/ffmpeg' + protected string $ffmpeg_cmd = '/usr/bin/ffmpeg'; protected string $ffprobe_cmd = '/usr/bin/ffprobe'; const IMAGE_HANDLERS = [