-
Notifications
You must be signed in to change notification settings - Fork 347
Open
Labels
Description
Currently if I set up Player like:
let player = Player()
player.playbackLoops = trueAnd 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