From c57de0f86691d8f2f725330af71db440ecaf9fcc Mon Sep 17 00:00:00 2001 From: juhui <330132662@qq.com> Date: Sun, 29 Jan 2023 10:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=9C=9F=E5=87=BD=E6=95=B0=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/.gitignore | 2 +- .../icu/bughub/app/app/ui/components/video/VodController.kt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/App/.gitignore b/App/.gitignore index aa724b7..b944b47 100644 --- a/App/.gitignore +++ b/App/.gitignore @@ -1,7 +1,7 @@ *.iml .gradle /local.properties -/.idea/caches +/.idea/* /.idea/libraries /.idea/modules.xml /.idea/workspace.xml diff --git a/App/app/src/main/java/icu/bughub/app/app/ui/components/video/VodController.kt b/App/app/src/main/java/icu/bughub/app/app/ui/components/video/VodController.kt index 98ce903..154703f 100644 --- a/App/app/src/main/java/icu/bughub/app/app/ui/components/video/VodController.kt +++ b/App/app/src/main/java/icu/bughub/app/app/ui/components/video/VodController.kt @@ -56,7 +56,8 @@ class VodController( */ fun startPlay() { playerValue.videoUrl = playerValue.videoUrl - vodPlayer.startPlay(playerValue.videoUrl) +// vodPlayer.startPlay(playerValue.videoUrl) + vodPlayer.startVodPlay(playerValue.videoUrl) } /**