fix: check initialization before playing

This commit is contained in:
bggRGjQaUbCoE
2024-08-31 09:06:38 +08:00
parent 9c6ff3cc23
commit e41b3af549
2 changed files with 7 additions and 2 deletions

View File

@@ -74,8 +74,8 @@ class VideoDetailController extends GetxController
late VideoItem firstVideo;
late AudioItem firstAudio;
late String videoUrl;
late String audioUrl;
String? videoUrl;
String? audioUrl;
late Duration defaultST;
// 亮度
double? brightness;