mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-02 00:36:20 +08:00
refactor progress bar
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -650,9 +650,7 @@ class _UgcIntroPanelState extends State<UgcIntroPanel> {
|
||||
videoDetailCtr.data.timeLength ??
|
||||
videoDetailCtr
|
||||
.plPlayerController
|
||||
.duration
|
||||
.value
|
||||
.inMilliseconds;
|
||||
.durationInMilliseconds;
|
||||
if (duration > 0) {
|
||||
final ytbId = youtubeRegExp
|
||||
.firstMatch(matchStr)
|
||||
|
||||
Reference in New Issue
Block a user