feat: 番剧播放
This commit is contained in:
@ -389,4 +389,13 @@ class VideoIntroController extends GetxController {
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
// 修改分P或番剧分集
|
||||
Future changeSeasonOrbangu(bvid, cid) async {
|
||||
var _videoDetailCtr =
|
||||
Get.find<VideoDetailController>(tag: Get.arguments['heroTag']);
|
||||
_videoDetailCtr.bvid = bvid;
|
||||
_videoDetailCtr.cid = cid;
|
||||
_videoDetailCtr.queryVideoUrl();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user