diff options
| author | slord <slord@noreply.codeberg.org> | 2025-02-04 21:17:57 +0000 |
|---|---|---|
| committer | slord <slord@noreply.codeberg.org> | 2025-02-04 21:17:57 +0000 |
| commit | 508c8c79102c6d095f92eaf72f42d3f61ef5e7ba (patch) | |
| tree | 8ea20e3fd06a5c6f84d88eb822ba8ef5f8667bcd /lua/playing.lua | |
| parent | ff733e8f0c827e3d2d91bb7db29a85807867ab5e (diff) | |
| parent | 813db15da84ee82066564b51f83be451cf121a00 (diff) | |
| download | tangara-fw-508c8c79102c6d095f92eaf72f42d3f61ef5e7ba.tar.gz | |
Merge branch 'main' into playlist-browser
Diffstat (limited to 'lua/playing.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 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=""} |
