Skip to content

Commit

Permalink
fix: seek preview image
Browse files Browse the repository at this point in the history
Signed-off-by: bggRGjQaUbCoE <[email protected]>
  • Loading branch information
bggRGjQaUbCoE committed Jan 30, 2025
1 parent 02af3a1 commit 2155081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugin/pl_player/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 2155081

Please sign in to comment.