teodorpatras / Jukebox

Player for streaming local and remote audio files. Written in Swift.
MIT License
552 stars 122 forks source link

Player resumes on its own #75

Closed madlyn closed 7 years ago

madlyn commented 7 years ago

I'm Using Jukebox to stream audio from a server. Whenever the app is paused and in the background and I get a notification from another source. It starts playing on its own! What can I do to stop that?

RajChanchal commented 7 years ago

Hi @madlyn , I have already resolved this issue here: https://github.com/RajChanchal/Jukebox

madlyn commented 7 years ago

@RajChanchal works like a charm! Thank you!