Răsfoiți Sursa

注释掉内嵌标签后 初始化歌词

onecold 9 luni în urmă
părinte
comite
7f4eca997b
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      entry/src/main/ets/view/LocalMusic.ets

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

@@ -1556,7 +1556,6 @@ export struct LocalMusic {
         this.currentSong.genre = this.genreStr;
         this.currentSong.track = this.trackStr;
         this.currentSong.lyricContent = this.lyricConStr;
-        this.initLyric(this.editingItem.filePath);
         this.currentSong.ALBUMARTIST = this.albumArtistStr;
         this.currentSong.COMPOSER = this.composerStr;
         this.currentSong.LYRICIST = this.lyricistStr;