mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
dont thumb empty files
This commit is contained in:
parent
622358b172
commit
1cb24045a0
|
@ -128,5 +128,8 @@ class ThumbCli(object):
|
||||||
if abort:
|
if abort:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
if not bos.path.getsize(os.path.join(ptop, rem)):
|
||||||
|
return None
|
||||||
|
|
||||||
x = self.broker.ask("thumbsrv.get", ptop, rem, mtime, fmt)
|
x = self.broker.ask("thumbsrv.get", ptop, rem, mtime, fmt)
|
||||||
return x.get() # type: ignore
|
return x.get() # type: ignore
|
||||||
|
|
Loading…
Reference in a new issue