소스 검색

wma格式提示不支持,不能停止计时

onecold 1 년 전
부모
커밋
34d7afdbb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      entry/src/main/ets/view/LocalMusic.ets

+ 1 - 1
entry/src/main/ets/view/LocalMusic.ets

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