opds: fix parsing OPDS from textos.info (#4514)

pull/4524/head
Sergey Avseyev 5 years ago committed by Frans de Jonge
parent 4d15058773
commit 3337e45381

@ -376,6 +376,7 @@ function OPDSBrowser:genItemTableFromCatalog(catalog, item_url, username, passwo
if link.type:find(self.catalog_type)
and (not link.rel
or link.rel == "subsection"
or link.rel == "http://opds-spec.org/subsection"
or link.rel == "http://opds-spec.org/sort/popular"
or link.rel == "http://opds-spec.org/sort/new") then
item.url = build_href(link.href)

Loading…
Cancel
Save