summaryrefslogtreecommitdiff
path: root/lua/playing.lua
diff options
context:
space:
mode:
authorcooljqln <cooljqln@noreply.codeberg.org>2025-02-03 05:49:42 +0000
committercooljqln <cooljqln@noreply.codeberg.org>2025-02-03 05:49:42 +0000
commit28846b989b75ca6fe513462c209ce95bce2a46b7 (patch)
treed6ca8026c16558f3426885e91b3cd5617b33c314 /lua/playing.lua
parent6c323f0fd075beb406df04d444fc4029b733ceb4 (diff)
parent1c0170254cd0653cf089ba03b6a06fc9786e357a (diff)
downloadtangara-fw-28846b989b75ca6fe513462c209ce95bce2a46b7.tar.gz
Merge pull request 'UI tweaks' (#229) from schrockwell/tangara-fw:ui-tweaks-pr into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/229
Diffstat (limited to 'lua/playing.lua')
-rw-r--r--lua/playing.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/playing.lua b/lua/playing.lua
index 08cdaaa2..9391a85c 100644
--- a/lua/playing.lua
+++ b/lua/playing.lua
@@ -276,7 +276,7 @@ return screen:new {
if queue.loading:get() then
title:set { text = "Loading..." }
else
- title:set{text=""}
+ title:set{ text = "Not Playing" }
end
album:set{text=""}
artist:set{text=""}