Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-14 11:29:24 +08:00
parent 65746ae2bd
commit 22d9fbddf9
3 changed files with 4 additions and 9 deletions

View File

@@ -1547,12 +1547,11 @@ class VideoDetailController extends GetxController
}
void updateMediaListHistory(int aid) {
final sortField = args['sortField'];
if (sortField != null) {
if (args['sortField'] != null) {
VideoHttp.medialistHistory(
desc: _mediaDesc ? 1 : 0,
oid: aid,
upperMid: sortField,
upperMid: args['mediaId'],
);
}
}