Fix missing duration when no track is playing

custom
jacqueline 10 months ago
parent 7f2d56e29a
commit 2d6c70d5f6
  1. 2
      lua/playing.lua

@ -115,7 +115,7 @@ return screen:new {
w = lvgl.SIZE_CONTENT, w = lvgl.SIZE_CONTENT,
h = lvgl.SIZE_CONTENT, h = lvgl.SIZE_CONTENT,
align = lvgl.ALIGN.RIGHT_MID, align = lvgl.ALIGN.RIGHT_MID,
text = "", text = format_time(0),
text_font = font.fusion_10, text_font = font.fusion_10,
} }
playlist:Object({ w = 3, h = 1 }) -- spacer playlist:Object({ w = 3, h = 1 }) -- spacer

Loading…
Cancel
Save