mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 03:26:22 +08:00
opt handle res
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -10,7 +10,7 @@ MediaListResponse _$MediaListResponseFromJson(Map<String, dynamic> json) =>
|
||||
MediaListResponse(
|
||||
count: (json['count'] as num?)?.toInt(),
|
||||
list: (json['list'] as List<dynamic>?)
|
||||
?.map((item) => FavList.fromJson(item))
|
||||
?.map((item) => SpaceFavItemModel.fromJson(item))
|
||||
.toList(),
|
||||
hasMore: json['has_more'] as bool?,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user