feat: 继续播放、重新播放

This commit is contained in:
guozhigq
2023-07-08 14:19:24 +08:00
parent 2fa3dfa53f
commit 6da12da92f
2 changed files with 21 additions and 14 deletions

View File

@ -96,7 +96,6 @@ class VideoDetailController extends GetxController {
},
),
autoplay: true,
looping: false,
seekTo: defaultST,
);
}