Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-09 15:13:52 +08:00
parent 23db485183
commit dbb865d723
5 changed files with 9 additions and 6 deletions

View File

@@ -126,6 +126,7 @@ class VideoDetailController extends GetxController
..brightness.value = -1;
bool get setSystemBrightness => plPlayerController.setSystemBrightness;
bool get removeSafeArea => plPlayerController.removeSafeArea;
double get uiScale => plPlayerController.uiScale;
late VideoItem firstVideo;
String? videoUrl;