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

custom
Rockwell Schrock 10 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
title:set { text = "Loading..." }
else
title:set{text=""}
title:set{ text = "Not Playing" }
end
album:set{text=""}
artist:set{text=""}

Loading…
Cancel
Save