Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-11 11:21:27 +08:00
parent e7f27e4913
commit 95f1d1485d
26 changed files with 168 additions and 233 deletions

View File

@@ -764,8 +764,7 @@ class VideoDetailController extends GetxController
return segmentModel;
},
)
.toList(),
),
);
// _segmentProgressList
@@ -774,7 +773,7 @@ class VideoDetailController extends GetxController
double start = (e.segment.first / duration).clamp(0.0, 1.0);
double end = (e.segment.second / duration).clamp(0.0, 1.0);
return Segment(start, end, _getColor(e.segmentType));
}).toList(),
}),
);
if (positionSubscription == null &&