mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
minor fix: playingbar is not set correctly when queue is empty
This commit is contained in:
parent
45b2957417
commit
93dc45dbb2
@ -67,6 +67,7 @@ func (p *PlayingBar) run() error {
|
||||
if progress > full || p.skip {
|
||||
p.skip = false
|
||||
p.setProgress(0)
|
||||
p.subtitle = nil
|
||||
break
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user