mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-28 05:10:14 +08:00
@@ -957,13 +957,13 @@ class PlPlayerController with BlockConfigMixin {
|
||||
}
|
||||
|
||||
videoPlayerServiceHandler?.onPositionChange(position);
|
||||
|
||||
makeHeartBeat(posInSeconds);
|
||||
}
|
||||
|
||||
for (final element in _positionListeners) {
|
||||
element(position);
|
||||
}
|
||||
|
||||
makeHeartBeat(posInSeconds);
|
||||
}),
|
||||
stream.duration.listen(updateDuration),
|
||||
stream.buffer.listen((Duration buffer) {
|
||||
|
||||
Reference in New Issue
Block a user