From f140fc53ad1737682701a8bbf2e8d9246a02a1ba Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Tue, 13 May 2025 18:30:30 +0800 Subject: [PATCH] opt: pgc url Signed-off-by: bggRGjQaUbCoE --- lib/pages/video/introduction/pgc/controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/video/introduction/pgc/controller.dart b/lib/pages/video/introduction/pgc/controller.dart index 7ee237aa4..e940bc2a4 100644 --- a/lib/pages/video/introduction/pgc/controller.dart +++ b/lib/pages/video/introduction/pgc/controller.dart @@ -220,7 +220,7 @@ class BangumiIntroController extends GetxController { showDialog( context: context, builder: (_) { - String videoUrl = '${HttpString.baseUrl}/video/$bvid'; + String videoUrl = '${HttpString.baseUrl}/bangumi/play/ep$epId'; return AlertDialog( clipBehavior: Clip.hardEdge, contentPadding: const EdgeInsets.symmetric(vertical: 12),