From 01e1f5e9fdfc3817b150c4f85c0535f2c7a548a2 Mon Sep 17 00:00:00 2001 From: raziman Date: Thu, 11 Mar 2021 10:57:51 +0800 Subject: [PATCH] possible fix --- start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.go b/start.go index e96f20c..f30cea6 100644 --- a/start.go +++ b/start.go @@ -473,7 +473,7 @@ func start(application *tview.Application, args Args) { init := false gomu.app.SetAfterDrawFunc(func(_ tcell.Screen) { - if !init && !gomu.player.IsRunning() { + if !init && len(gomu.queue.items) == 0 { gomu.playingBar.setDefault() init = true }