aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-09-13 11:02:54 -0700
committerScott Jackson <daneren2005@gmail.com>2013-09-13 11:02:54 -0700
commit04768b0e6556ce0c6ccdf8d914cb028df9bf0ba7 (patch)
tree0783d7314265ea6a48919072ab9ffd4341624bac /src
parentfcf2cb688ebe27c1c6a41df52c87c45b2be1e75d (diff)
downloaddsub-04768b0e6556ce0c6ccdf8d914cb028df9bf0ba7.tar.gz
dsub-04768b0e6556ce0c6ccdf8d914cb028df9bf0ba7.tar.bz2
dsub-04768b0e6556ce0c6ccdf8d914cb028df9bf0ba7.zip
Revert, does no good
Diffstat (limited to 'src')
-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");
}