diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-11-14 20:40:06 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-11-14 20:40:06 -0800 |
commit | 2a025808f4dee7e6734afce25a1b4cf2e0cb29cb (patch) | |
tree | af9a084a9732b7d0e14d6ef4a3b3f3179f87b13f /subsonic-android | |
parent | f97f37827f4c66e4b6552a70b05a56aa994ef872 (diff) | |
download | dsub-2a025808f4dee7e6734afce25a1b4cf2e0cb29cb.tar.gz dsub-2a025808f4dee7e6734afce25a1b4cf2e0cb29cb.tar.bz2 dsub-2a025808f4dee7e6734afce25a1b4cf2e0cb29cb.zip |
On delete cache don't pop back to the top of the list
Diffstat (limited to 'subsonic-android')
-rw-r--r-- | subsonic-android/src/github/daneren2005/dsub/activity/DownloadActivity.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsonic-android/src/github/daneren2005/dsub/activity/DownloadActivity.java b/subsonic-android/src/github/daneren2005/dsub/activity/DownloadActivity.java index 66b64119..30713490 100644 --- a/subsonic-android/src/github/daneren2005/dsub/activity/DownloadActivity.java +++ b/subsonic-android/src/github/daneren2005/dsub/activity/DownloadActivity.java @@ -607,7 +607,6 @@ public class DownloadActivity extends SubsonicTabActivity implements OnGestureLi List<MusicDirectory.Entry> songs = new ArrayList<MusicDirectory.Entry>(1); songs.add(song.getSong()); getDownloadService().delete(songs); - onDownloadListChanged(); return true; case R.id.menu_remove_all: getDownloadService().setShufflePlayEnabled(false); |