We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Player#reset does not dispose cached sources.
Player#reset
player.reset()
player.currentSources()
Should see the null-equivalent return value (e.g. [] for currentSources())
null
[]
currentSources()
See the cached sources
None
The text was updated successfully, but these errors were encountered:
fix: make sure sources, volume, and playback rate are reset along wit…
4c9e09d
…h the player (#5676) Clear out the player cache_ on reset. Fixes #5675
Successfully merging a pull request may close this issue.
Description
Player#reset
does not dispose cached sources.Steps to reproduce
player.reset()
player.currentSources()
or other source-getter methodsResults
Expected
Should see the
null
-equivalent return value (e.g.[]
forcurrentSources()
)Actual
See the cached sources
Error output
None
The text was updated successfully, but these errors were encountered: