Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-08 21:26:21 +08:00
parent f5dbfcec79
commit d63116542b
18 changed files with 73 additions and 51 deletions

View File

@@ -33,7 +33,7 @@ class VideoReplyController extends ReplyController<MainListReply> {
Future<LoadingState<MainListReply>> customGetData() => ReplyGrpc.mainList(
oid: isPugv ? videoCtr.epId! : aid,
type: videoType.replyType,
mode: mode.value,
mode: mode,
cursorNext: cursorNext,
offset: paginationReply?.nextOffset,
);