From 16403d8c6c6f768cc69e3366e1c2c648b43b921e Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 4 Feb 2026 00:39:25 +0000 Subject: [PATCH] jxl-thumbs through ?tar/zip --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 8f27bc53..0b2b3d91 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -188,7 +188,7 @@ PERMS_rwh = [ def _build_zip_xcode() -> Sequence[str]: ret = "opus mp3 flac wav p".split() - for codec in ("w", "j"): + for codec in ("j", "w", "x"): for suf in ("", "f", "f3", "3"): ret.append("%s%s" % (codec, suf)) return ret