aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github/daneren2005/dsub/service/DownloadService.java2
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);
}