From b6cba7c03287019edb392dde33575e5922f3aaeb Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sat, 7 Mar 2020 20:55:30 +1100 Subject: [PATCH] Add dummy bufferedPosition to event parameters for web --- lib/just_audio_web.dart | 2 ++ 1 file changed, 2 insertions(+) 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(), ]); }