mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: bangumi heartbeat
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -373,7 +373,8 @@ class BangumiIntroController extends CommonController {
|
||||
Future changeSeasonOrbangu(epId, bvid, cid, aid, cover) async {
|
||||
// 重新获取视频资源
|
||||
VideoDetailController videoDetailCtr =
|
||||
Get.find<VideoDetailController>(tag: Get.arguments['heroTag']);
|
||||
Get.find<VideoDetailController>(tag: Get.arguments['heroTag'])
|
||||
..epId = epId;
|
||||
this.epId = epId;
|
||||
this.bvid = bvid;
|
||||
videoDetailCtr.bvid = bvid;
|
||||
|
||||
Reference in New Issue
Block a user