mirror of
https://github.com/9001/copyparty.git
synced 2026-02-26 05:23:10 -07:00
jxl-thumbs through ?tar/zip
This commit is contained in:
parent
59de5e2ca8
commit
16403d8c6c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue