Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
添加了数据字段,所以需要删除旧版本的数据文件~/.netease-musicbox/database.json
1、网易云音乐API获取的MP3 URL存在expires=1200的有效期,也就是说20分钟后,MP3 URL将会失效。在不刷新URL的情况下,20分钟后会出现一直切歌的问题。
2、切换歌单时可能出现的切换不成功问题。如:当前播放歌曲为歌单1的第3首,想切换至歌单2的第3首时(歌曲在各自歌单的位置都为3),会出现UI歌名发生变化,歌曲却暂停播放、未切换的问题。