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

gotoTrack errors at pauseAll #18

Open
jedifunk opened this issue Jun 21, 2024 · 0 comments
Open

gotoTrack errors at pauseAll #18

jedifunk opened this issue Jun 21, 2024 · 0 comments

Comments

@jedifunk
Copy link

jedifunk commented Jun 21, 2024

When using gotoTrack to switch tracks outside of the player (ie: not previous,next) the error track.pause is not a function triggers. The trace is as follows

pauseAll index.js:131
pauseAll index.js:130
gotoTrack index.js:136
gotoTrack audioService.js:44

audioService.js is a class that basically wraps around gapless to allow the player to play continuously in as other components and/or views get loaded/unloaded.

an example would be going into one playlist, starting a track, then navigating to another playlist and trying to play a track in the new playlist. although this error happens when trying to play another track within the same playlist also.

happy to share any details if needed.

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

No branches or pull requests

1 participant