This is same issue with me, only the later version of the LG ultrafine is supported by the DTK, I was wondering if there are any adapters that I can use to make it work. Right now I am using Apple remote desktop to access the DTK mac mini. The other not so frugal option is to buy an Apple Pro Display XDR.
Post
Replies
Boosts
Views
Activity
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()