aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github/daneren2005/dsub/service/StreamProxy.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/github/daneren2005/dsub/service/StreamProxy.java b/src/github/daneren2005/dsub/service/StreamProxy.java
index d1b5983c..24c1b201 100644
--- a/src/github/daneren2005/dsub/service/StreamProxy.java
+++ b/src/github/daneren2005/dsub/service/StreamProxy.java
@@ -220,13 +220,6 @@ public class StreamProxy implements Runnable {
Thread.sleep(1000);
}
}
-
- // When done, switch .partial to .complete
- // Make sure that it is in saveWhenDone mode, and currently playing
- if(downloadFile.isWorkDone() && !downloadFile.isCompleteFileAvailable() && downloadFile.getPlaying()) {
- downloadFile.setPlaying(false);
- downloadFile.setPlaying(true);
- }
} else {
Log.w(TAG, "Requesting data for completely downloaded file");
}