Set Repeat Mode
Me.Player.SetRepeatMode(PlayerSetRepeatModeParamsparameters, CancellationTokencancellationToken = default)
PUT/me/player/repeat
Set the repeat mode for the user's playback. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
Parameters
Set Repeat Mode
PlayerSetRepeatModeParams parameters = new() { State = "context" };
await client.Me.Player.SetRepeatMode(parameters);