ErrorPlayerActions
The options for actions taken when a track throws an error.
Signature
export interface ErrorPlayerActionsProperties
2Methods
0No methods.
Properties
autoDestroy?: boolean;Whether to automatically destroy the player when a track errors. Takes precedence over {@link ErrorPlayerActions.autoStop}.
@type{boolean | undefined}@defaultfalse
autoStop?: boolean;Whether to stop playback and stay idle (keeping the queue) when a track errors, instead of advancing to the next track (the default behaviour).
@type{boolean | undefined}@defaultfalse