refactor: media

This commit is contained in:
bggRGjQaUbCoE
2024-09-13 15:41:20 +08:00
parent 3a6ad4b198
commit b7d115c3ae
5 changed files with 83 additions and 126 deletions

View File

@@ -42,7 +42,7 @@ class FavController extends CommonController {
}
@override
Future<LoadingState> customGetData() => UserHttp.userfavFolderNew(
Future<LoadingState> customGetData() => UserHttp.userfavFolder(
pn: currentPage,
ps: pageSize,
mid: userInfo!.mid!,