Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||
|
||||
Reference in New Issue
Block a user