possible fix

This commit is contained in:
raziman 2021-03-11 10:57:51 +08:00
parent 975375329e
commit 01e1f5e9fd

View File

@ -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
}