mirror of
https://github.com/9001/copyparty.git
synced 2026-03-30 03:54:29 +10:00
option to disable thumbnails per volume
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user