Skip to content

Commit

Permalink
feat: 自动关闭播放列表
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaoMint committed Aug 3, 2023
1 parent 6574030 commit 319de8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/watch/widgets/video/video_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class _VideoPlayerState extends State<VideoPlayer> {
title: widget.title,
onChange: (value) {
_c.index.value = value;
_c.showPlayList.value = false;
},
),
)
Expand Down

0 comments on commit 319de8f

Please sign in to comment.