Open lucabecchetti opened 7 years ago
I just experienced this bug. I'm forking the project with @lucabecchetti 's snippet (which works!). This fix is extremely urgent. Thanks.
edit: @lucabecchetti This issue should be retitled to be more accurate. The LOC you indicated crashes when Jukebox tries to resume playback after is has been interrupted. Thanks!
Hi, i have last version, we have a problem when using siri to write a text in a textarea, when siri complete text recognition, resumePlayback() is called, and this line:
currentItem!.refreshPlayerItem(withAsset: currentItem!.playerItem!.asset)
cause a crash, I think we have to insert this code on top of function:
if currentItem == nil{ return }