option to disable thumbnails per volume

This commit is contained in:
ed
2022-04-14 17:11:26 +02:00
parent 2dbed4500a
commit 9697fb3d84
4 changed files with 20 additions and 7 deletions

View File

@@ -2097,9 +2097,7 @@ class HttpCli(object):
thp = None
if self.thumbcli:
thp = self.thumbcli.get(
dbv.realpath, vrem, int(st.st_mtime), th_fmt
)
thp = self.thumbcli.get(dbv, vrem, int(st.st_mtime), th_fmt)
if thp:
return self.tx_file(thp)