mihai8804858 / swift-chunked-audio-player

Simple audio player for sync / async chunked audio streams
MIT License
28 stars 6 forks source link

Don't fire didFinishPlaying on a nil error #14

Closed mikeg0184 closed 2 months ago

mikeg0184 commented 3 months ago

This prevents didFinishPlaying from firing if the observedError is nil as reported in https://github.com/mihai8804858/swift-chunked-audio-player/issues/12.