summaryrefslogtreecommitdiff
path: root/osd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'osd.lua')
-rw-r--r--osd.lua2
1 files changed, 1 insertions, 1 deletions
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) ..