mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: subsribe season
This commit is contained in:
@@ -659,6 +659,7 @@ class SectionItem {
|
||||
this.episodes,
|
||||
});
|
||||
|
||||
int? epCount;
|
||||
int? seasonId;
|
||||
int? id;
|
||||
String? title;
|
||||
@@ -666,6 +667,7 @@ class SectionItem {
|
||||
List<EpisodeItem>? episodes;
|
||||
|
||||
SectionItem.fromJson(Map<String, dynamic> json) {
|
||||
epCount = json['ep_count'];
|
||||
seasonId = json['season_id'];
|
||||
id = json['id'];
|
||||
title = json['title'];
|
||||
|
||||
Reference in New Issue
Block a user