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] 下载完成歌曲后,url字段依然是空 #350

Open
3 tasks done
wencyGit opened this issue Nov 25, 2024 · 0 comments
Open
3 tasks done

[BUG] 下载完成歌曲后,url字段依然是空 #350

wencyGit opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wencyGit
Copy link

  • 已阅读 Q&A

  • 非插件导致(如搜索结果不全,无法导入等都属于插件问题)

  • 不与其他 issue 重复

问题描述

  • 播放歌曲,在歌曲详情页点击下载图标进行下载
  • 下载完后获取当前播放的歌曲属性url依然是空
  • 此时 LocalMusicSheet.isLocalMusic(musicItem); 检查已经是本地歌曲
  • url字段的值应该为 localMusic?.$?.localPath 的值
  • 使用的是0.4.4版本,其他版本应该也是存在这个问题

预期行为

  • 下载完后LocalMusicSheet.isLocalMusic(musicItem); 检查已经是本地歌曲
  • url字段的值应该为 localMusic?.$?.localPath 的值

详细的复现步骤

  • 播放歌曲,在歌曲详情页点击下载图标进行下载
  • 下载完后获取当前播放的歌曲属性url依然是空
  • 此时 LocalMusicSheet.isLocalMusic(musicItem); 检查已经是本地歌曲
  • url字段的值应该为 localMusic?.$?.localPath 的值

截图

无图

日志

No response

其他信息

应用版本:0.4.4

@wencyGit wencyGit added the bug Something isn't working label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant