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'];