Revert "Revert: a669488"

This reverts commit 31000389ea.
This commit is contained in:
bggRGjQaUbCoE
2024-09-18 10:00:24 +08:00
parent ade65972e7
commit e2efb0bb89
7 changed files with 25 additions and 20 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,
);
}