Skip to content

Commit 21c25a2

Browse files
committed
Fix gesture registration #58
1 parent c6c8f9d commit 21c25a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ end
173173

174174
function OPDS:onDispatcherRegisterActions()
175175
Dispatcher:registerAction("opdsplus_show_catalog",
176-
{ category = "none", event = "ShowOPDSPlusCatalog", title = _("OPDS Plus Catalog"), filemanager = true, }
176+
{ category = "none", event = "ShowOPDSCatalog", title = _("OPDS Plus Catalog"), filemanager = true, }
177177
)
178178
end
179179

0 commit comments

Comments
 (0)