tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
783 stars 254 forks source link

Do not reset MPNowPlayingInfoCenter if showIniOSMediaCenter is not set. #89

Closed hudashot closed 7 years ago

hudashot commented 7 years ago

Currently react-native-audio-streaming removes all Now Playing data if showIniOSMediaCenter is not set. This prevents users of the library from updating the Now Playing information using some other code in the same app.

I think the library should not touch nowPlayingInfo at all unless showIniOSMediaCenter is set.

tlenclos commented 7 years ago

Seems right. Thanks 👍