summaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 41a1b3a..d0d2489 100644
--- a/main.lua
+++ b/main.lua
@@ -67,7 +67,7 @@ function get_image_path(url, dl)
if dl then
downloader:schedule(url, path, function(_, file)
if osd.img and file == osd.img.path then
- update_osd()
+ osd:draw_image()
end
end)