can not get most reply2reply on none detailed page
This commit is contained in:
bggRGjQaUbCoE
2024-09-16 14:19:16 +08:00
parent 6db99c11bc
commit 31000389ea
7 changed files with 20 additions and 25 deletions

View File

@@ -19,8 +19,8 @@ class VideoReplyController extends ReplyController {
@override
Future<LoadingState> customGetData() => ReplyHttp.replyList(
oid: aid!,
nextOffset: nextOffset,
type: ReplyType.video.index,
sort: sortType.index,
page: currentPage,
);
}