fix: view bangumi from fav

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-30 10:46:46 +08:00
parent be4dfd99c6
commit 1df6ed8ce2

View File

@@ -48,6 +48,8 @@ class FavVideoCardH extends StatelessWidget {
videoItem.cid = await SearchHttp.ab2c(bvid: bvid);
seasonId = videoItem.ogv['season_id'];
epId = videoItem.epId;
Utils.viewBangumi(seasonId: seasonId, epId: epId);
return;
} else if (videoItem.page == 0 || videoItem.page > 1) {
var result = await VideoHttp.videoIntro(bvid: bvid);
if (result['status']) {