Просмотр исходного кода

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

onecold 9 месяцев назад
Родитель
Сommit
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.genre = this.genreStr;
         this.currentSong.track = this.trackStr;
         this.currentSong.track = this.trackStr;
         this.currentSong.lyricContent = this.lyricConStr;
         this.currentSong.lyricContent = this.lyricConStr;
-        this.initLyric(this.editingItem.filePath);
         this.currentSong.ALBUMARTIST = this.albumArtistStr;
         this.currentSong.ALBUMARTIST = this.albumArtistStr;
         this.currentSong.COMPOSER = this.composerStr;
         this.currentSong.COMPOSER = this.composerStr;
         this.currentSong.LYRICIST = this.lyricistStr;
         this.currentSong.LYRICIST = this.lyricistStr;