mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v1.4.5
This commit is contained in:
parent
7dabdade2a
commit
cecac64b68
|
@ -1,6 +1,6 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (1, 4, 4)
|
||||
VERSION = (1, 4, 5)
|
||||
CODENAME = "mostly reliable"
|
||||
BUILD_DT = (2022, 10, 9)
|
||||
|
||||
|
|
|
@ -621,7 +621,7 @@ class ThumbSrv(object):
|
|||
|
||||
def _clean(self, cat: str, thumbpath: str) -> int:
|
||||
# self.log("cln {}".format(thumbpath))
|
||||
exts = ["jpg", "webp"] if cat == "th" else ["opus", "caf"]
|
||||
exts = ["jpg", "webp", "png"] if cat == "th" else ["opus", "caf"]
|
||||
maxage = getattr(self.args, cat + "_maxage")
|
||||
now = time.time()
|
||||
prev_b64 = None
|
||||
|
|
Loading…
Reference in a new issue