Add dummy bufferedPosition to event parameters for web

This commit is contained in:
Ryan Heise 2020-03-07 20:55:30 +11:00
parent b836c88dc3
commit b6cba7c032
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ abstract class JustAudioPlayer {
_buffering,
(getCurrentPosition() * 1000).toInt(),
updateTime,
// TODO: buffered position
(getCurrentPosition() * 1000).toInt(),
]);
}