Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue where first track is skipped after playback completes.
Calling next() and then playback.start() results in two attempts to load a file. The first fails due to the player not being prepared, which then causes onError() to be invoked, which tells the app to skip to the next track. Resolves timusus#415
- Loading branch information