diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/github/daneren2005/dsub/service/DownloadService.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java index 6caf5c58..3f643593 100644 --- a/src/github/daneren2005/dsub/service/DownloadService.java +++ b/src/github/daneren2005/dsub/service/DownloadService.java @@ -1523,8 +1523,6 @@ public class DownloadService extends Service { synchronized (DownloadService.this) { if (position != 0) { - Util.sleepQuietly(10); - Log.i(TAG, "Restarting player from position " + position); mediaPlayer.seekTo(position); } |