aboutsummaryrefslogtreecommitdiff
path: root/src/header.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/header.go')
-rw-r--r--src/header.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/header.go b/src/header.go
index 5c85808..e7b7eea 100644
--- a/src/header.go
+++ b/src/header.go
@@ -41,6 +41,9 @@ func (a *app) buildHeader() tview.Primitive {
41 } else { 41 } else {
42 a.headerNowPlaying.SetText("Not playing") 42 a.headerNowPlaying.SetText("Not playing")
43 } 43 }
44
45 // Fix "Now Playing" not always updating
46 go a.tv.Draw()
44 }) 47 })
45 48
46 return flex 49 return flex