summaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.lua b/main.lua
index 7e5346c..b9046b7 100644
--- a/main.lua
+++ b/main.lua
@@ -439,7 +439,7 @@ local function refresh_favourites_menu()
local opt = menu.options[menu.cursor]
local sorted = menu.sorted
if sorted then
- menu.set_sort(false)
+ menu:set_sort(false)
end
local options = group_menu_options(catalogue:get(menu.group_id))
@@ -473,7 +473,7 @@ local function refresh_favourites_menu()
menu.options = res
if sorted then
- menu.set_sort(true, sort_options)
+ menu:set_sort(true, sort_options)
end
if opt then
cursor_to_object(opt.id)