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

修复播放部分歌曲时播放控制失灵的问题(#1200) #1201

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

reserveword
Copy link
Contributor

  1. 创建Howl对象时伪装文件格式为mp3,跳过Howl加载文件时检查url扩展名的功能
  2. 删除失效Howl对象时不遍历整个播放列表,直接使用data.howl
  3. 删除失效Howl对象时让Howl停止播放,避免出现无法控制的后台播放行为

1. 创建Howl对象时伪装文件格式为mp3,跳过Howl加载文件时检查url扩展名的功能
2. 删除失效Howl对象时不遍历整个播放列表,直接使用data.howl
3. 删除失效Howl对象时让Howl停止播放,避免出现无法控制的后台播放行为
@reserveword
Copy link
Contributor Author

一开始写出遍历整个播放列表来删除Howl对象的其实就是我,当时我没发现还有一个data可以直接删除当前Howl对象

@listen1 listen1 merged commit 31276bf into listen1:master Dec 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants