You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand this repo is not maintained anymore, but just in case. There is a little typo: https://github.com/appunite/AUMediaPlayer/blob/master/Pod/Classes/AUMediaPlayer.m#L713 which cause wrong playback indication on a lock screen. And it's really easy to fix, by replacing 'MPMediaItemPropertyRating' with 'MPNowPlayingInfoPropertyPlaybackRate' :)
The text was updated successfully, but these errors were encountered:
As I understand this repo is not maintained anymore, but just in case. There is a little typo: https://github.com/appunite/AUMediaPlayer/blob/master/Pod/Classes/AUMediaPlayer.m#L713 which cause wrong playback indication on a lock screen. And it's really easy to fix, by replacing 'MPMediaItemPropertyRating' with 'MPNowPlayingInfoPropertyPlaybackRate' :)
The text was updated successfully, but these errors were encountered: