On the playing screen, show "Not Playing" when the queue is empty

custom
Rockwell Schrock 3 months ago
parent b98e67972b
commit 8b12310990
No known key found for this signature in database
GPG Key ID: 528442AF0A5E86BF
  1. 2
      lua/playing.lua

@ -276,7 +276,7 @@ return screen:new {
if queue.loading:get() then if queue.loading:get() then
title:set { text = "Loading..." } title:set { text = "Loading..." }
else else
title:set{text=""} title:set{ text = "Not Playing" }
end end
album:set{text=""} album:set{text=""}
artist:set{text=""} artist:set{text=""}

Loading…
Cancel
Save