Add dummy bufferedPosition to event parameters for web
This commit is contained in:
parent
b836c88dc3
commit
b6cba7c032
|
@ -107,6 +107,8 @@ abstract class JustAudioPlayer {
|
|||
_buffering,
|
||||
(getCurrentPosition() * 1000).toInt(),
|
||||
updateTime,
|
||||
// TODO: buffered position
|
||||
(getCurrentPosition() * 1000).toInt(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue