Merge pull request #12 from AynaLivePlayer/dev

fix kuwo. fix local lyric.
This commit is contained in:
Aynakeya
2024-06-08 14:14:32 +08:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ func CheckUpdate() (model.VersionInfo, bool) {
return model.VersionInfo{}, false
}
result := gjson.ParseBytes(resp.Body())
log.Infof("check update result: %s", result.String())
if !result.Get("data.has_update").Bool() {
log.Infof("no update available")
return model.VersionInfo{}, false

View File

@@ -15,6 +15,7 @@
----
Finished
- 2024.06.08 : kuwo源修复本地lrc文件不被读取的问题
- 2024.05.22@1.0.7 : 修复bug
- 2024.05.19 : 封面添加到mpv video channel
- 2024.05.17 : 更换libmpv兼容不支持avx的cpu