audio/internal/go2cpp: Add a comment

This commit is contained in:
Hajime Hoshi 2021-01-12 01:07:36 +09:00
parent a7dd00596a
commit 2dc37d30de

View File

@ -183,6 +183,7 @@ func (p *Player) loop() {
}
if err == io.EOF {
// TODO: This should be Pause instead of Close for Rewind
p.Close()
return
}