mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: view documentary
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -42,8 +42,7 @@ class FavVideoCardH extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
String? epId;
|
String? epId;
|
||||||
if (videoItem.ogv != null &&
|
if (videoItem.ogv != null &&
|
||||||
(videoItem.ogv['type_name'] == '番剧' ||
|
['番剧', '国创', '纪录片'].contains(videoItem.ogv['type_name'])) {
|
||||||
videoItem.ogv['type_name'] == '国创')) {
|
|
||||||
videoItem.cid = await SearchHttp.ab2c(bvid: bvid);
|
videoItem.cid = await SearchHttp.ab2c(bvid: bvid);
|
||||||
dynamic seasonId = videoItem.ogv['season_id'];
|
dynamic seasonId = videoItem.ogv['season_id'];
|
||||||
epId = videoItem.epId;
|
epId = videoItem.epId;
|
||||||
|
|||||||
Reference in New Issue
Block a user