summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to '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 a5503c6a..4a337c4a 100644
--- a/lua/playing.lua
+++ b/lua/playing.lua
@@ -290,7 +290,7 @@ return screen:new {
else
album:add_flag(lvgl.FLAG.HIDDEN)
end
- artist:set { text = track.artist }
+ artist:set { text = track.artist or "Unknown Artist" }
end),
queue.position:bind(function(pos)
if not pos then return end