fix: seek preview image

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-30 12:11:44 +08:00
parent 02af3a18ff
commit 21550815db

View File

@@ -1582,6 +1582,7 @@ Widget buildSeekPreviewWidget(PlPlayerController plPlayerController) {
heightFactor: 0.1,
alignment: alignment,
child: CachedNetworkImage(
fit: BoxFit.fill,
width: 480 * scale,
height: 270 * scale,
imageUrl: parseUrl(plPlayerController.videoShot!['data']