From c08ea660e77fb0163f4c85eff2dab3ec0c21e80e Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 5 Jan 2026 12:22:00 -0800 Subject: support ordering favourites --- osd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osd.lua') diff --git a/osd.lua b/osd.lua index ce735d6..6bbc7b8 100644 --- a/osd.lua +++ b/osd.lua @@ -279,7 +279,7 @@ function mt:redraw(menus, depth, favourites, playing_id) empty = (opt.type == 'group' and not opt.lazy and #opt.children == 0), playing = not not (opt.id and opt.id == playing_id), - favourited = not not (opt.id and favourites[opt.id]), + favourited = not not (opt.id and favourited(opt.id)), } out[#out+1] = self:option_icons(opt, info) .. self:option_text(opt, info) .. -- cgit v1.2.3-70-g09d2