mirror of
https://github.com/faiface/beep.git
synced 2026-05-04 13:14:32 -04:00
fixed typo
This commit is contained in:
@@ -90,7 +90,7 @@ func (d *decoder) Seek(p int) error {
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "mp3")
|
||||
}
|
||||
d.pos = int64(p) * gomp3BytesPerFrame
|
||||
d.pos = p * gomp3BytesPerFrame
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user