diff --git a/lib/just_audio_web.dart b/lib/just_audio_web.dart index 4a4687e..0fca151 100644 --- a/lib/just_audio_web.dart +++ b/lib/just_audio_web.dart @@ -107,6 +107,8 @@ abstract class JustAudioPlayer { _buffering, (getCurrentPosition() * 1000).toInt(), updateTime, + // TODO: buffered position + (getCurrentPosition() * 1000).toInt(), ]); }