From 361a6a4c1df3573ab87022924b42c36959bd3dd9 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sat, 15 Mar 2025 19:55:47 +0800 Subject: [PATCH] fix: get args Signed-off-by: bggRGjQaUbCoE --- lib/pages/video/detail/controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/video/detail/controller.dart b/lib/pages/video/detail/controller.dart index b1b666ee..5acf343a 100644 --- a/lib/pages/video/detail/controller.dart +++ b/lib/pages/video/detail/controller.dart @@ -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'];