Explorar el Código

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

onecold hace 1 año
padre
commit
34d7afdbb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()