fix: get args

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-15 19:55:47 +08:00
parent 8eca9a6644
commit 361a6a4c1d

View File

@@ -1142,7 +1142,7 @@ class VideoDetailController extends GetxController
bvid: bvid,
epid: epId,
seasonId: seasonId,
forcePgcApi: Get.arguments['pgcApi'] ?? false,
forcePgcApi: Get.arguments?['pgcApi'] ?? false,
);
if (result['status']) {
data = result['data'];