fix: 评论区时间跳转闪烁后失效

This commit is contained in:
orz12
2024-03-24 00:02:41 +08:00
parent 4df2051dca
commit 27b023d809

View File

@@ -631,9 +631,8 @@ InlineSpan buildContent(
Get.find<VideoDetailController>(
tag: Get.arguments['heroTag'])
.plPlayerController
.seekTo(
Duration(seconds: Utils.duration(matchStr)),
);
.seekTo(Duration(seconds: Utils.duration(matchStr)),
type: 'slider');
} catch (e) {
SmartDialog.showToast('跳转失败: $e');
}