opt: video cover

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-14 23:35:04 +08:00
parent 41daefa6c4
commit 7cc0c83df1

View File

@@ -1814,9 +1814,8 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
() => CachedNetworkImage( () => CachedNetworkImage(
imageUrl: imageUrl:
videoDetailController.videoItem['pic'] != null videoDetailController.videoItem['pic'] != null
? (videoDetailController.videoItem['pic'] ? Utils.thumbnailImgUrl(
as String) videoDetailController.videoItem['pic'])
.http2https
: '', : '',
width: videoWidth, width: videoWidth,
height: videoHeight, height: videoHeight,