diff --git a/frontend/ui/widget/opdsbrowser.lua b/frontend/ui/widget/opdsbrowser.lua index c48c196ae..54c3596fa 100644 --- a/frontend/ui/widget/opdsbrowser.lua +++ b/frontend/ui/widget/opdsbrowser.lua @@ -375,6 +375,9 @@ function OPDSBrowser:updateCatalog(url, baseurl) if #menu_table > 0 then --DEBUG("menu table", menu_table) self:swithItemTable(nil, menu_table) + if self.page_num <= 1 then + self:onNext() + end return true end end