aboutsummaryrefslogtreecommitdiff
path: root/src/github
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-02-23 13:29:52 -0800
committerScott Jackson <daneren2005@gmail.com>2014-02-23 13:29:52 -0800
commit1ad51c4b9c8fcea55a517e626f9747e0a78d33f6 (patch)
tree2b58729d41cf91fd189b709844c43c153b27ad46 /src/github
parentfce17f1b658dbb8267e71126a5620fec6cdc1148 (diff)
downloaddsub-1ad51c4b9c8fcea55a517e626f9747e0a78d33f6.tar.gz
dsub-1ad51c4b9c8fcea55a517e626f9747e0a78d33f6.tar.bz2
dsub-1ad51c4b9c8fcea55a517e626f9747e0a78d33f6.zip
Fix trying to use old suggestion after clearing list
Diffstat (limited to 'src/github')
-rw-r--r--src/github/daneren2005/dsub/service/DownloadService.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java
index 396bfdee..924f53a7 100644
--- a/src/github/daneren2005/dsub/service/DownloadService.java
+++ b/src/github/daneren2005/dsub/service/DownloadService.java
@@ -570,6 +570,9 @@ public class DownloadService extends Service {
proxy.stop();
proxy = null;
}
+
+ suggestedPlaylistName = null;
+ suggestedPlaylistId = null;
}
public synchronized void remove(int which) {