diff --git a/main.lua b/main.lua index 4eae255..d3c0727 100644 --- a/main.lua +++ b/main.lua @@ -173,7 +173,7 @@ end function OPDS:onDispatcherRegisterActions() Dispatcher:registerAction("opdsplus_show_catalog", - { category = "none", event = "ShowOPDSPlusCatalog", title = _("OPDS Plus Catalog"), filemanager = true, } + { category = "none", event = "ShowOPDSCatalog", title = _("OPDS Plus Catalog"), filemanager = true, } ) end