diff options
Diffstat (limited to 'osd.lua')
| -rw-r--r-- | osd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) .. |
