mirror of
https://github.com/9001/copyparty.git
synced 2026-03-16 05:03:26 +10:00
v1.4.5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user