This repository was archived by the owner on May 22, 2025. It is now read-only.
修复20分钟后播放问题;修复切换歌单时可能出现的切歌失败问题#769
Merged
kigawas merged 5 commits intodarknessomi:masterfrom Nov 22, 2018
Merged
Conversation
…下的nemcache.sqlite;3、将旧版的每日推荐歌曲(非歌单)添加至当前版本
|
20分钟后一直切歌的问题没有消失。 在登陆个人帐号的过程中出现过一次在登陆页面等待了2分钟后再输入帐号密码,出现乱码,正常页面无法显示,只能C-c强制退出。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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歌名发生变化,歌曲却暂停播放、未切换的问题。