opt video scheme

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-27 11:20:03 +08:00
parent fa348db7c5
commit 110469961d
5 changed files with 32 additions and 19 deletions

View File

@@ -143,7 +143,8 @@ class PgcIntroController extends CommonIntroController {
showDialog(
context: context,
builder: (_) {
String videoUrl = '${HttpString.baseUrl}/bangumi/play/ep$epId';
String videoUrl =
'${HttpString.baseUrl}/bangumi/play/ep$epId${videoDetailCtr.playedTimePos}';
return AlertDialog(
clipBehavior: Clip.hardEdge,
contentPadding: const EdgeInsets.symmetric(vertical: 12),