mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
fix get video param
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1101,8 +1101,8 @@ class VideoDetailController extends GetxController
|
||||
}
|
||||
setSubtitle(vttSubtitlesIndex.value);
|
||||
},
|
||||
width: data.dash!.video!.first.width,
|
||||
height: data.dash!.video!.first.height,
|
||||
width: firstVideo.width,
|
||||
height: firstVideo.height,
|
||||
);
|
||||
|
||||
initSkip();
|
||||
|
||||
Reference in New Issue
Block a user