diff options
Diffstat (limited to 'osd.lua')
| -rw-r--r-- | osd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ function mt:redraw(menus, depth, favourites, playing_id) self:option_text(opt, info) .. self:option_path(opt, info) - if selected and opt.image and opt.image ~= '' then + if selected and opt.image then img = get_image_path(opt.image, true) end end |
