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

This commit is contained in:
Sergey Avseyev
2019-01-26 15:01:54 +00:00
committed by Frans de Jonge
parent 4d15058773
commit 3337e45381

View File

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