diff --git a/frontend/ui/widget/opdsbrowser.lua b/frontend/ui/widget/opdsbrowser.lua index 54c3596fa..f22ccaa2a 100644 --- a/frontend/ui/widget/opdsbrowser.lua +++ b/frontend/ui/widget/opdsbrowser.lua @@ -329,7 +329,7 @@ function OPDSBrowser:genItemTableFromURL(item_url, base_url) item.acquisitions = {} if entry.link then for i, link in ipairs(entry.link) do - if link.type:find(self.catalog_type) then + if link.type:find(self.catalog_type) and not link.rel then item.url = build_href(link.href) end if link.rel and link.rel:match(self.acquisition_rel) then