fix: typo

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-19 12:16:20 +08:00
parent 15b949bb9c
commit 415c68a570
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class PlDanmakuController {
}
assert(requestedSeg[segmentIndex] == false);
requestedSeg[segmentIndex] = true;
final DmSegMobileReply result = await DanmakaHttp.queryDanmaku(
final DmSegMobileReply result = await DanmakuHttp.queryDanmaku(
cid: cid,
segmentIndex: segmentIndex + 1,
mergeDanmaku: plPlayerController.mergeDanmaku,