Open hazelmeow opened 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.
setupPlayer()
{ code: 'player_already_initialized', message: 'The player is not initialized. Call setupPlayer first.' }
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.