Currently if I set up Player like:
let player = Player()
player.playbackLoops = true
And then set the local URL + play() on it I'm getting it played only once. I checked what PlayerPlaybackDelegate reports and it reports a couple of playerCurrentTimeDidChanges and then playerPlaybackDidEnd.
Do we have a regression? It was (and still) works fine in 0.13.1
Currently if I set up
Playerlike:And then set the local
URL+play()on it I'm getting it played only once. I checked whatPlayerPlaybackDelegatereports and it reports a couple ofplayerCurrentTimeDidChanges and thenplayerPlaybackDidEnd.Do we have a regression? It was (and still) works fine in 0.13.1