increase dm proto extra field number

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-16 12:30:37 +08:00
parent e566a358dd
commit 62880a3769
3 changed files with 33 additions and 31 deletions

View File

@@ -125,7 +125,7 @@ class _PlDanmakuState extends State<PlDanmaku> {
extra: VideoDanmaku(
id: e.id.toInt(),
mid: e.midHash,
like: e.like.toInt(),
like: e.likeCount.toInt(),
),
),
);
@@ -146,7 +146,7 @@ class _PlDanmakuState extends State<PlDanmaku> {
extra: VideoDanmaku(
id: e.id.toInt(),
mid: e.midHash,
like: e.like.toInt(),
like: e.likeCount.toInt(),
),
),
);