analogcode / Swift-Radio-Pro

Professional Radio Station App for iOS!
MIT License
2.87k stars 712 forks source link

"timedMetadata" KVO is deprecated since iOS 13. #152

Closed MarkusOh closed 3 years ago

MarkusOh commented 3 years ago

"timedMetadata" KVO is deprecated since iOS 13. I politely request you to change your code to the following to utilize AVPlayerItemMetadataOutput and AVPlayerItemMetadataOutputPushDelegate for further supporting the app.

fethica commented 3 years ago

Thanks @MarkusOh, PR merged!