diff --git a/playingbar.go b/playingbar.go index 4a7cd08..ec4704e 100644 --- a/playingbar.go +++ b/playingbar.go @@ -161,6 +161,7 @@ func (p *PlayingBar) newProgress(currentSong *AudioFile, full int) { p.setSongTitle(currentSong.name) p.hasTag = false p.subtitles = nil + p.subtitle = nil p.tag = nil var tag *id3v2.Tag