aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/src/github/daneren2005
diff options
context:
space:
mode:
authorowner <owner@DeeDee-Laptop>2012-12-31 22:13:08 -0800
committerowner <owner@DeeDee-Laptop>2012-12-31 22:13:08 -0800
commit9dcc8661148c0189b428b212b3569dee00a895b9 (patch)
treefc6090a8801f0fa020bd8d98487a270ab02ef0fc /subsonic-android/src/github/daneren2005
parentf634565df8445c5ab4f692f99583cf4b70110a35 (diff)
downloaddsub-9dcc8661148c0189b428b212b3569dee00a895b9.tar.gz
dsub-9dcc8661148c0189b428b212b3569dee00a895b9.tar.bz2
dsub-9dcc8661148c0189b428b212b3569dee00a895b9.zip
Revert previous, breaks stuff
Diffstat (limited to 'subsonic-android/src/github/daneren2005')
-rw-r--r--subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java1
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);