From 1ad51c4b9c8fcea55a517e626f9747e0a78d33f6 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 23 Feb 2014 13:29:52 -0800 Subject: Fix trying to use old suggestion after clearing list --- src/github/daneren2005/dsub/service/DownloadService.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/github') 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) { -- cgit v1.2.3