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