RepeatMode
export type RepeatMode = "queue" | "track" | "off";
Name
Description
"queue"
The current Track get's added back ontop of the Queue
"track"
The current Track will play "forever"
"off"
Nothing will repeat
Last updated
export type RepeatMode = "queue" | "track" | "off";
"queue"
The current Track get's added back ontop of the Queue
"track"
The current Track will play "forever"
"off"
Nothing will repeat
Last updated