mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
remove title in playingbar fix
This commit is contained in:
parent
1de95b2d38
commit
437ec29c12
5
start.go
5
start.go
@ -474,11 +474,6 @@ func start(application *tview.Application, args Args) {
|
|||||||
gomu.playingBar.setDefault()
|
gomu.playingBar.setDefault()
|
||||||
init = true
|
init = true
|
||||||
}
|
}
|
||||||
if gomu.player.IsRunning() {
|
|
||||||
gomu.playingBar.setSongTitle(gomu.player.GetCurrentSong().Name())
|
|
||||||
} else {
|
|
||||||
gomu.playingBar.setDefault()
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
||||||
go populateAudioLength(gomu.playlist.GetRoot())
|
go populateAudioLength(gomu.playlist.GetRoot())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user