From 437ec29c12fe0b318b8190c8a1dc32ffb53dba1e Mon Sep 17 00:00:00 2001 From: tramhao Date: Sat, 6 Mar 2021 03:36:49 +0800 Subject: [PATCH] remove title in playingbar fix --- start.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/start.go b/start.go index 1b4dd56..4816dee 100644 --- a/start.go +++ b/start.go @@ -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())