From 4a0e49a915192a315e56fe25690bc9c277534311 Mon Sep 17 00:00:00 2001 From: owner Date: Wed, 11 Jul 2012 22:32:50 -0700 Subject: Added TODO for issue fix --- .../src/github/daneren2005/subphonic/service/DownloadServiceImpl.java | 1 + 1 file changed, 1 insertion(+) (limited to 'subsonic-android') 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(); -- cgit v1.2.3