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 b780d9e..e209bac 100644
--- a/osd.lua
+++ b/osd.lua
@@ -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