|
@@ -9789,11 +9789,11 @@ export struct LocalMusic {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private seekTo(value: string) {
|
|
private seekTo(value: string) {
|
|
|
- this.stopProgressTask();
|
|
|
|
|
if (StrUtil.isNotEmpty(this.videoUrl) && this.videoUrl.toLowerCase().endsWith('.wma')) {
|
|
if (StrUtil.isNotEmpty(this.videoUrl) && this.videoUrl.toLowerCase().endsWith('.wma')) {
|
|
|
ToastUtil.showToast('wma格式不支持拖动快进。')
|
|
ToastUtil.showToast('wma格式不支持拖动快进。')
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
|
|
+ this.stopProgressTask();
|
|
|
|
|
|
|
|
this.mIjkMediaPlayer.seekTo(value);
|
|
this.mIjkMediaPlayer.seekTo(value);
|
|
|
// this.startPlayOrResumePlay()
|
|
// this.startPlayOrResumePlay()
|