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