mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
increase dm proto extra field number
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user