refactor progress bar

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-26 12:45:41 +08:00
parent 2ba6f0d063
commit a623ceee47
12 changed files with 263 additions and 391 deletions

View File

@@ -57,7 +57,7 @@ class _PlDanmakuState extends State<PlDanmaku> {
} else {
_plDanmakuController.queryDanmaku(
PlDanmakuController.calcSegment(
playerController.position.inMilliseconds,
playerController.positionInMilliseconds,
),
);
}