mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 04:58:41 +00:00
fix: get mid
This commit is contained in:
@@ -71,6 +71,6 @@ class MediaController extends CommonController {
|
||||
Future<LoadingState> customGetData() => UserHttp.userfavFolder(
|
||||
pn: 1,
|
||||
ps: 5,
|
||||
mid: mid ?? GStorage.userInfo.get('userInfoCache').mid,
|
||||
mid: mid ?? GStorage.userInfo.get('userInfoCache')?.mid,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user