Beispiel #1
0
        private LyricVO RequestLyricVO(long songId, SearchInfo searchInfo, out string errorMsg)
        {
            LyricResult lyricResult = api.GetLyric(songId);

            return(NeteaseMusicUtils.GetLyricVO(lyricResult, searchInfo, out errorMsg));
        }