mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 01:56:47 +08:00
opt handle res
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -93,7 +93,7 @@ class HisListItem with MultiSelectData {
|
||||
longTitle = json['long_title'];
|
||||
cover = json['cover'];
|
||||
pic = json['cover'] ?? '';
|
||||
covers = json['covers'] ?? [];
|
||||
covers = json['covers'];
|
||||
uri = json['uri'];
|
||||
history = History.fromJson(json['history']);
|
||||
videos = json['videos'];
|
||||
|
||||
Reference in New Issue
Block a user