mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
fetch dyn type onlyfansQaCard
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -867,6 +867,7 @@ class DynamicMajorModel {
|
||||
String? type;
|
||||
DynamicArchiveModel? courses;
|
||||
Common? common;
|
||||
Common? upowerCommon;
|
||||
Music? music;
|
||||
ModuleBlocked? blocked;
|
||||
Medialist? medialist;
|
||||
@@ -900,6 +901,9 @@ class DynamicMajorModel {
|
||||
? null
|
||||
: DynamicArchiveModel.fromJson(json['courses']);
|
||||
common = json['common'] == null ? null : Common.fromJson(json['common']);
|
||||
upowerCommon = json['upower_common'] == null
|
||||
? null
|
||||
: Common.fromJson(json['upower_common']);
|
||||
music = json['music'] == null ? null : Music.fromJson(json['music']);
|
||||
blocked = json['blocked'] == null
|
||||
? null
|
||||
|
||||
Reference in New Issue
Block a user