mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: pgc intro info
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -443,6 +443,14 @@ class BangumiIntroController extends CommonController {
|
||||
if (isLogin) {
|
||||
queryBangumiLikeCoinFav();
|
||||
}
|
||||
|
||||
try {
|
||||
Get.find<VideoIntroController>(tag: Get.arguments['heroTag'])
|
||||
..bvid = bvid
|
||||
..lastPlayCid.value = cid
|
||||
..queryVideoIntro()
|
||||
..queryOnlineTotal();
|
||||
} catch (_) {}
|
||||
}
|
||||
|
||||
// 追番
|
||||
|
||||
Reference in New Issue
Block a user