mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: get sortField
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1498,7 +1498,7 @@ class VideoDetailController extends GetxController
|
|||||||
}
|
}
|
||||||
|
|
||||||
void updateMediaListHistory(aid) {
|
void updateMediaListHistory(aid) {
|
||||||
if (Get.arguments['sortField'] != null) {
|
if (Get.arguments?['sortField'] != null) {
|
||||||
VideoHttp.medialistHistory(
|
VideoHttp.medialistHistory(
|
||||||
desc: _mediaDesc ? 1 : 0,
|
desc: _mediaDesc ? 1 : 0,
|
||||||
oid: aid,
|
oid: aid,
|
||||||
|
|||||||
Reference in New Issue
Block a user