later view episode

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-07 15:45:33 +08:00
parent bffcfd1f90
commit 930afa4c60
2 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ class RecVideoItemAppModel extends BaseRecVideoItemModel {
RecVideoItemAppModel.fromJson(Map<String, dynamic> json) {
aid = json['player_args']?['aid'] ?? int.tryParse(json['param'] ?? '0');
bvid = json['bvid'] ?? IdUtils.av2bv(id!);
bvid = json['bvid'] ?? IdUtils.av2bv(aid!);
cid = json['player_args']?['cid'];
cover = json['cover'];
stat = RcmdStat.fromJson(json);