Spotify: Set Shuffle
SpotifyInputs
| in | Exec | exec | multiplexed |
| on | Data | System.Boolean | None |
Outputs
| out | Exec | exec | None |
Lowers to C#
await ctx.Spotify.SetShuffleAsync(on);
Corvus Connection| in | Exec | exec | multiplexed |
| on | Data | System.Boolean | None |
| out | Exec | exec | None |
await ctx.Spotify.SetShuffleAsync(on);