mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: show pgc renewalTime
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -68,8 +68,10 @@ class BangumiListItemModel with MultiSelectData {
|
||||
String? titleIcon;
|
||||
Map? newEp;
|
||||
String? progress;
|
||||
String? renewalTime;
|
||||
|
||||
BangumiListItemModel.fromJson(Map<String, dynamic> json) {
|
||||
renewalTime = json['renewal_time'];
|
||||
badge = json['badge'] == '' ? null : json['badge'];
|
||||
badgeType = json['badge_type'];
|
||||
cover = json['cover'];
|
||||
|
||||
Reference in New Issue
Block a user