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