We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30c719 commit f479f70Copy full SHA for f479f70
src/components/AudioPlayer/WithAudioPlayback.tsx
@@ -69,7 +69,7 @@ export const useAudioPlayer = ({
69
if (!audioPlayer) return;
70
/**
71
* Avoid having to pass client and translation function to AudioPlayer instances
72
- * and instead provide registerError function that overrides the default.
+ * and instead provide plugin that takes care of translated notifications.
73
*/
74
const notificationsPlugin = audioPlayerNotificationsPluginFactory({ client, t });
75
audioPlayer.setPlugins((currentPlugins) => [
0 commit comments