mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: check initialization before playing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user