diff options
author | owner <owner@DeeDee-Laptop> | 2012-07-11 22:32:50 -0700 |
---|---|---|
committer | owner <owner@DeeDee-Laptop> | 2012-07-11 22:32:50 -0700 |
commit | 4a0e49a915192a315e56fe25690bc9c277534311 (patch) | |
tree | a277d1339d248124190fd1d4b2db19605084951f /subsonic-android | |
parent | d0cfa561bc65b917bdfb480adf689c05a4a71510 (diff) | |
download | dsub-4a0e49a915192a315e56fe25690bc9c277534311.tar.gz dsub-4a0e49a915192a315e56fe25690bc9c277534311.tar.bz2 dsub-4a0e49a915192a315e56fe25690bc9c277534311.zip |
Added TODO for issue fix
Diffstat (limited to 'subsonic-android')
-rw-r--r-- | subsonic-android/src/github/daneren2005/subphonic/service/DownloadServiceImpl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsonic-android/src/github/daneren2005/subphonic/service/DownloadServiceImpl.java b/subsonic-android/src/github/daneren2005/subphonic/service/DownloadServiceImpl.java index d4670cb2..b4513b99 100644 --- a/subsonic-android/src/github/daneren2005/subphonic/service/DownloadServiceImpl.java +++ b/subsonic-android/src/github/daneren2005/subphonic/service/DownloadServiceImpl.java @@ -681,6 +681,7 @@ public class DownloadServiceImpl extends Service implements DownloadService { } private synchronized void doPlay(final DownloadFile downloadFile, int position, boolean start) { + // TODO: Start play at curr pos on rebuffer instead of restart try { final File file = downloadFile.isCompleteFileAvailable() ? downloadFile.getCompleteFile() : downloadFile.getPartialFile(); downloadFile.updateModificationDate(); |