diff --git a/playingbar.go b/playingbar.go index 985f0b8..2d670a8 100644 --- a/playingbar.go +++ b/playingbar.go @@ -191,10 +191,10 @@ func (p *PlayingBar) stop() { // When switch lyrics, we reload the lyrics from mp3 to reflect changes func (p *PlayingBar) switchLyrics() { - // err := p.loadLyrics(gomu.player.GetCurrentSong().Path()) - // if err != nil { - // errorPopup(err) - // } + err := p.loadLyrics(gomu.player.GetCurrentSong().Path()) + if err != nil { + errorPopup(err) + } // no subtitle just ignore if len(p.subtitles) == 0 { return