Преглед изворни кода

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

onecold пре 9 месеци
родитељ
комит
7f4eca997b
1 измењених фајлова са 0 додато и 1 уклоњено
  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;