mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt viewpoint
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1487,7 +1487,7 @@ class VideoDetailController extends GetxController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (plPlayerController.showViewPoints &&
|
if (plPlayerController.showViewPoints &&
|
||||||
playInfo.viewPoints?.isNotEmpty == true) {
|
playInfo.viewPoints?.firstOrNull?.type == 2) {
|
||||||
try {
|
try {
|
||||||
viewPointList.value = playInfo.viewPoints!.map((item) {
|
viewPointList.value = playInfo.viewPoints!.map((item) {
|
||||||
double start = (item.to! / (data.timeLength! / 1000)).clamp(
|
double start = (item.to! / (data.timeLength! / 1000)).clamp(
|
||||||
|
|||||||
Reference in New Issue
Block a user