mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: media list desc
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -517,6 +517,7 @@ class UserHttp {
|
||||
int? otype,
|
||||
bool withCurrent = false,
|
||||
bool desc = true,
|
||||
int sortField = 1,
|
||||
}) async {
|
||||
var res = await Request().get(
|
||||
Api.mediaList,
|
||||
@@ -529,7 +530,7 @@ class UserHttp {
|
||||
'ps': ps,
|
||||
'direction': false,
|
||||
'desc': desc,
|
||||
'sort_field': 1,
|
||||
'sort_field': sortField,
|
||||
'tid': 0,
|
||||
'with_current': withCurrent,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user