Skip to content

Commit

Permalink
fix: 群晖限制,移除自动下载歌词到本地
Browse files Browse the repository at this point in the history
  • Loading branch information
psychopasss committed May 23, 2022
1 parent 9bd953a commit c89907f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Lyrics plugin for Synology Audio Station/DS Audio.

用于群晖 Audio Station/DS Audio 的歌词插件。

version: 1.2.1
version: 1.2.2
- [x] 显示歌词翻译
- [x] 去除英文歌词乱码
- [x] 英文歌词与中文歌词,换行展示
Expand Down
Binary file modified qqmusic.aum
Binary file not shown.
4 changes: 2 additions & 2 deletions qqmusic.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ public function getLyrics($id, $info) {
$info->addLyrics($lrc, $id);

// save lrc file
$myfile = fopen($this->mOriginTitle.".lrc","w");
fwrite($myfile, $lrc);
// $myfile = fopen($this->mOriginTitle.".lrc","w");
// fwrite($myfile, $lrc);

return true;
}
Expand Down

0 comments on commit c89907f

Please sign in to comment.