opt: pgc url

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-13 18:30:30 +08:00
parent 9b8b699ace
commit f140fc53ad

View File

@@ -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),