Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: 多 cd 的专辑中专辑顺序排序有误 #1618

Closed
billchenchina opened this issue May 5, 2022 · 1 comment · Fixed by #1630
Closed

bug: 多 cd 的专辑中专辑顺序排序有误 #1618

billchenchina opened this issue May 5, 2022 · 1 comment · Fixed by #1630
Assignees
Labels
bug Something isn't working fixed 已修复但是还没发布新版本

Comments

@billchenchina
Copy link

当专辑有多 CD 时,cd 的显示排序顺序有误

复现专辑: K-ON! Music History's Box

相关代码:

<div v-for="(disc, cd) in tracksByDisc" :key="cd">

预期行为

Disc 01, Disc 02, Disc 03, Disc 04, Disc 05, Disc 06, Disc 07, Disc 08, Disc 09, Disc 10, Disc 11, Disc 12

实际行为

Disc 10, Disc 11, Disc 12, Disc 01, Disc 02, Disc 03, Disc 04, Disc 05, Disc 06, Disc 07, Disc 08, Disc 09

环境

  • 软件: YesPlayMusic-Setup-0.4.5.exe
  • OS: Microsoft Windows [版本 10.0.19044.1682]
@billchenchina
Copy link
Author

应该只影响显示顺序,点击“播放”按钮时播放顺序不受影响

@memorydream memorydream added the bug Something isn't working label May 8, 2022
@memorydream memorydream self-assigned this May 8, 2022
@memorydream memorydream added the fixed 已修复但是还没发布新版本 label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed 已修复但是还没发布新版本
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants