From 2f528b6256ba01653f6f5ee10ec1b465bf2deeac Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 4 Sep 2012 21:04:41 -0700 Subject: Just kidding, reverted again #15 --- .../src/github/daneren2005/dsub/service/DownloadServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java b/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java index 162576e7..b7f6813e 100644 --- a/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java +++ b/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java @@ -637,7 +637,6 @@ public class DownloadServiceImpl extends Service implements DownloadService { } try { mediaPlayer.reset(); - setPlayerState(PAUSED); setPlayerState(IDLE); } catch (Exception x) { handleError(x); -- cgit v1.2.3