mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
Merge pull request #27 from tramhao/master
Fix a bug p.subtitle is not closed during initialization.
This commit is contained in:
commit
d0f813596c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user