folder thumbnail fix

This commit is contained in:
ed 2021-08-20 19:22:25 +02:00
parent f95ceb6a9b
commit a1d05e6e12

View file

@ -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