diff options
-rw-r--r-- | subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java b/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java index 7e6a0070..b36b58e3 100644 --- a/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java +++ b/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java @@ -658,6 +658,7 @@ public class DownloadServiceImpl extends Service implements DownloadService { if (jukeboxEnabled) { jukeboxService.start(); } else { + Util.requestAudioFocus(this); mediaPlayer.start(); } setPlayerState(STARTED); |