opt: player controller (#1753)

* opt: player controller

* tweak [skip ci]

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>

---------

Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2025-11-26 11:45:16 +08:00
committed by GitHub
parent 54b26d20fa
commit 38a7afd63a
4 changed files with 145 additions and 180 deletions

View File

@@ -122,7 +122,7 @@ class VideoDetailController extends GetxController
final childKey = GlobalKey<ScaffoldState>();
final plPlayerController = PlPlayerController.getInstance()
..setCurrBrightness(-1.0);
..brightness.value = -1;
bool get setSystemBrightness => plPlayerController.setSystemBrightness;
late VideoItem firstVideo;