mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[GH-ISSUE #534] 《我喜欢的音乐》曲目过多(超过1k)时,获取到的列表会包含重复歌曲。 #285
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hycx233 on GitHub (Nov 5, 2025).
Original GitHub issue: https://github.com/imsyy/SPlayer/issues/534
是网页端还是客户端
客户端
当前系统环境
ArchLinux Kernel 6.17.6-arch1-1
当前 Node.js 及 npm 版本
v20.19.5 / v11.6.2 (不确定用的是不是)
当前版本
v3.0.0-beta.3
具体信息
对于曲目较多的《我喜欢的音乐》歌单,获取时应该是分页获取的,但是如下图显然获取到了超过歌单曲目总数(本例中1562为正确数目)的歌曲。且浏览/搜索/播放歌单时均能遇到这些重复歌曲。
有极大概率复现,且重复加载该歌单不一定能解决问题(应该是缓存了列表)
疑似在歌曲数更多的常规歌单(收藏的其他人创建的歌单)中并不会触发该问题。