Post

Replies

Boosts

Views

Created

How to set up shuffle in SystemMusicPlayer.shared
// withArtist is Artist. let player = SystemMusicPlayer.shared player.queue = [withArtist.fullAlbums!.first!] player.state.shuffleMode = .songs try await player.play() I can't set the shuffle mode with the above code. I would like to know how to set it.
Replies
4
Boosts
0
Views
1.2k
Activity
Oct ’21