mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08: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