Updated status_bar play state indicators

This commit is contained in:
strNophix 2022-03-21 18:56:36 +01:00
parent 7905937c37
commit 31e6b1cb5e

View File

@ -34,9 +34,9 @@ func (s statusBar) View() string {
var statusKey string var statusKey string
if s.isPaused { if s.isPaused {
statusKey = statusStyle.Render("PAUSED") statusKey = statusStyle.Render("")
} else { } else {
statusKey = statusStyle.Render("NOW PLAYING") statusKey = statusStyle.Render("")
} }
statusVal := statusText.Copy(). statusVal := statusText.Copy().