aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github/daneren2005/dsub/service/DownloadService.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java
index 5efa48a0..fb899ee8 100644
--- a/src/github/daneren2005/dsub/service/DownloadService.java
+++ b/src/github/daneren2005/dsub/service/DownloadService.java
@@ -375,6 +375,8 @@ public class DownloadService extends Service {
if (autoplay) {
play(start, true, position);
+ } else if(start != 0 || position != 0) {
+ play(start, false, position);
} else {
if (currentPlaying == null) {
currentPlaying = downloadList.get(0);