From 2d6c70d5f66b55ff77f1df9c406ec9054cb41b72 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 14 Jun 2024 13:36:29 +1000 Subject: [PATCH] Fix missing duration when no track is playing --- lua/playing.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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