opds compatibility: fix absolute path resolution

This commit is contained in:
Danila Kamaev 2026-05-05 20:22:20 +04:00
parent 9b55641d2d
commit 6b60ac83a1

View file

@ -7196,7 +7196,9 @@ class HttpCli(object):
base = ""
href = fn
if use_abs_url:
base = "/" + vpath + "/"
base = self.args.SRS
if vpath:
base += vpath + "/"
href = base + fn
if fn in vfs_virt: