abarisain / dmix

A modern MPD Client for Android.
Apache License 2.0
591 stars 198 forks source link

MPDroid restarts playback after a phone call unconditionally #840

Open davidchisnall opened 7 years ago

davidchisnall commented 7 years ago

MPDroid restarts playing after a phone call, even if it did not stop playing at the start of the phone call.

spicewiesel commented 5 years ago

Same here. I guess mpdroid uses "toggle" to toggle the status. If MPD was already paused then MPDroid will toogle it to "play" after the phonecall.

MPDroid should use "play" oder "pause", not "toggel"