From 11860d5369b16c4c870ba07f21584a25eab48168 Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Sat, 27 Sep 2025 23:32:25 +0200 Subject: [PATCH] thumb: fix misleading error message ffmpeg can also be used to thumbnail image files --- copyparty/th_srv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/th_srv.py b/copyparty/th_srv.py index 5c190a5b..c3ceda02 100644 --- a/copyparty/th_srv.py +++ b/copyparty/th_srv.py @@ -695,7 +695,7 @@ class ThumbSrv(object): return c: Union[str, int] = "90" - t = "FFmpeg failed (probably a corrupt video file):\n" + t = "FFmpeg failed (probably a corrupt file):\n" if ( (not self.args.th_ff_jpg or time.time() - int(self.args.th_ff_jpg) < 60) and cmd[-1].lower().endswith(b".webp")