remove title in playingbar fix

This commit is contained in:
tramhao 2021-03-06 03:36:49 +08:00
parent 1de95b2d38
commit 437ec29c12

View File

@ -474,11 +474,6 @@ func start(application *tview.Application, args Args) {
gomu.playingBar.setDefault()
init = true
}
if gomu.player.IsRunning() {
gomu.playingBar.setSongTitle(gomu.player.GetCurrentSong().Name())
} else {
gomu.playingBar.setDefault()
}
})
go populateAudioLength(gomu.playlist.GetRoot())