doublesymmetry / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!
https://rntp.dev/
Apache License 2.0
3.3k stars 1.02k forks source link

[Web] Wrong error message for player_already_initialized #2363

Open hazelmeow opened 2 months ago

hazelmeow commented 2 months ago

If you call setupPlayer() twice on web you will see { code: 'player_already_initialized', message: 'The player is not initialized. Call setupPlayer first.' }. The error message is misleading.