mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -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(","):
|
for fn in self.args.th_covers.split(","):
|
||||||
fp = os.path.join(abspath, fn)
|
fp = os.path.join(abspath, fn)
|
||||||
if bos.path.exists(fp):
|
if bos.path.exists(fp):
|
||||||
vrem = "{}/{}".format(vrem.rstrip("/"), fn)
|
vrem = "{}/{}".format(vrem.rstrip("/"), fn).strip("/")
|
||||||
is_dir = False
|
is_dir = False
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue