mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: disable preload reply
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -208,9 +208,6 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
// 获取视频资源,初始化播放器
|
||||
Future<void> videoSourceInit() async {
|
||||
videoDetailController.queryVideoUrl();
|
||||
if (videoDetailController.showReply) {
|
||||
_videoReplyController.queryData();
|
||||
}
|
||||
if (videoDetailController.autoPlay.value) {
|
||||
plPlayerController = videoDetailController.plPlayerController;
|
||||
plPlayerController!.addStatusLister(playerListener);
|
||||
|
||||
Reference in New Issue
Block a user