Post

Replies

Boosts

Views

Activity

Reply to MusicKit swift start / end times
This is the same behavior for me; it does skip the song to the start time, but it does not play anymore. Here is the code: let entry = MusicPlayer.Queue.Entry(self.track!, startTime: TimeInterval(song.startTime ?? 0), endTime: nil) self.musicPlayer.queue = MusicPlayer.Queue([entry]) try? await self.musicPlayer.prepareToPlay() try? await self.musicPlayer.play()
Feb ’24