We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89d785 commit bc55ca1Copy full SHA for bc55ca1
web/TrackPlayer/Player.ts
@@ -39,7 +39,7 @@ export class Player {
39
if (typeof window === 'undefined') return;
40
if (this.hasInitialized === true) {
41
// TODO: double check the structure of this error message
42
- throw { code: 'player_already_initialized', message: 'The player is not initialized. Call setupPlayer first.' };
+ throw { code: 'player_already_initialized', message: 'The player has already been initialized via setupPlayer.' };
43
}
44
45
// @ts-ignore
0 commit comments