mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
folder thumbnail fix
This commit is contained in:
parent
f95ceb6a9b
commit
a1d05e6e12
|
@ -1782,7 +1782,7 @@ class HttpCli(object):
|
|||
for fn in self.args.th_covers.split(","):
|
||||
fp = os.path.join(abspath, fn)
|
||||
if bos.path.exists(fp):
|
||||
vrem = "{}/{}".format(vrem.rstrip("/"), fn)
|
||||
vrem = "{}/{}".format(vrem.rstrip("/"), fn).strip("/")
|
||||
is_dir = False
|
||||
break
|
||||
|
||||
|
|
Loading…
Reference in a new issue