audio: Bug fix: Compile error for tests

This commit is contained in:
Hajime Hoshi 2021-05-10 04:03:58 +09:00
parent 9b965a6308
commit 4fcfdb39d4

View File

@ -116,7 +116,7 @@ func (p *dummyReaderPlayer) SetVolume(volume float64) {
p.volume = volume
}
func (p *dummyReaderPlayer) UnplayedBufferSize() int64 {
func (p *dummyReaderPlayer) UnplayedBufferSize() int {
return 0
}