mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: video cover
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1814,9 +1814,8 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
() => CachedNetworkImage(
|
||||
imageUrl:
|
||||
videoDetailController.videoItem['pic'] != null
|
||||
? (videoDetailController.videoItem['pic']
|
||||
as String)
|
||||
.http2https
|
||||
? Utils.thumbnailImgUrl(
|
||||
videoDetailController.videoItem['pic'])
|
||||
: '',
|
||||
width: videoWidth,
|
||||
height: videoHeight,
|
||||
|
||||
Reference in New Issue
Block a user