diff --git a/lib/pages/video/detail/controller.dart b/lib/pages/video/detail/controller.dart index 0c18ae30..b5c83a23 100644 --- a/lib/pages/video/detail/controller.dart +++ b/lib/pages/video/detail/controller.dart @@ -1582,6 +1582,9 @@ class VideoDetailController extends GetxController int vttSubtitlesIndex = 0; void _getSubtitle() { + _vttSubtitles.clear(); + vttSubtitlesIndex = 0; + viewPointList.clear(); _querySubtitles().then((value) { if (_vttSubtitles.isNotEmpty) { String preference = setting.get(