diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/playing.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/playing.lua b/lua/playing.lua index d3951403..1acfe25e 100644 --- a/lua/playing.lua +++ b/lua/playing.lua @@ -115,7 +115,7 @@ return screen:new { w = lvgl.SIZE_CONTENT, h = lvgl.SIZE_CONTENT, align = lvgl.ALIGN.RIGHT_MID, - text = "", + text = format_time(0), text_font = font.fusion_10, } playlist:Object({ w = 3, h = 1 }) -- spacer |
